Searched refs:getDerivationMethod (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSComplexTypeDefinition.java55 public short getDerivationMethod(); method in interface:XSComplexTypeDefinition
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java49 int getDerivationMethod(); method in interface:XSType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DSTDerivedComplexTypeBuilder.java51 assert ct.getDerivationMethod()==XSType.EXTENSION;
H A DExtendedComplexTypeBuilder.java47 && ct.getDerivationMethod()==XSType.EXTENSION;
H A DMixedExtendedComplexTypeBuilder.java51 ct.getDerivationMethod()==XSType.EXTENSION &&
H A DRestrictedComplexTypeBuilder.java51 && ct.getDerivationMethod()==XSType.RESTRICTION;
H A DMixedComplexTypeBuilder.java54 ct.getDerivationMethod() == XSType.EXTENSION) {
H A DAbstractExtendedComplexTypeBuilder.java128 if (t.getDerivationMethod() == XSType.RESTRICTION) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUtil.java90 if( base.isSubstitutionProhibited( derived.getDerivationMethod() ) )
H A DSimpleTypeImpl.java114 public final int getDerivationMethod() { return XSType.RESTRICTION; } method in class:SimpleTypeImpl
H A DComplexTypeImpl.java94 public int getDerivationMethod() { return derivationMethod; } method in class:ComplexTypeImpl
161 if( getDerivationMethod()==RESTRICTION ) return complete;
H A DElementDecl.java176 if(type.getDerivationMethod()==XSType.RESTRICTION) rused = true;
H A DSchemaSetImpl.java275 public int getDerivationMethod() { return RESTRICTION; } method in class:SchemaSetImpl.AnySimpleType
345 public int getDerivationMethod() { return XSType.RESTRICTION; } method in class:SchemaSetImpl.AnyType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java434 if (((XSComplexTypeDecl) type).getDerivationMethod() != XSConstants.DERIVATION_RESTRICTION) {
509 if (((XSComplexTypeDecl) type).getDerivationMethod() == XSConstants.DERIVATION_EXTENSION) {
591 public short getDerivationMethod() { method in class:XSComplexTypeDecl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java345 if(type.getDerivationMethod()==XSType.RESTRICTION) {
390 if(type.getDerivationMethod()==XSType.RESTRICTION) {
H A DSchemaTreeTraverser.java692 if (type.getDerivationMethod() == XSType.RESTRICTION) {
749 if (type.getDerivationMethod() == XSType.RESTRICTION) {

Completed in 52 milliseconds