Searched defs:getDerivationMethod (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java49 int getDerivationMethod(); method in interface:XSType
/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/impl/
H A DComplexTypeImpl.java94 public int getDerivationMethod() { return derivationMethod; } method in class:ComplexTypeImpl
161 if( getDerivationMethod()==RESTRICTION ) return complete;
H A DSimpleTypeImpl.java114 public final int getDerivationMethod() { return XSType.RESTRICTION; } method in class:SimpleTypeImpl
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

Completed in 77 milliseconds