Searched refs:isSubstitutionProhibited (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSComplexType.java49 boolean isSubstitutionProhibited(int method); method in interface:XSComplexType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUtil.java90 if( base.isSubstitutionProhibited( derived.getDerivationMethod() ) )
H A DElementDecl.java184 rd |= type.asComplexType().isSubstitutionProhibited(XSType.RESTRICTION);
185 ed |= type.asComplexType().isSubstitutionProhibited(XSType.EXTENSION);
H A DComplexTypeImpl.java180 public boolean isSubstitutionProhibited( int method ) { method in class:ComplexTypeImpl
H A DSchemaSetImpl.java330 public boolean isSubstitutionProhibited( int i ) { return false; } method in class:SchemaSetImpl.AnyType

Completed in 45 milliseconds