Searched refs:isSubstitutionDisallowed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSElementDecl.java84 boolean isSubstitutionDisallowed(int method); method in interface:XSElementDecl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java104 public boolean isSubstitutionDisallowed( int method ) { method in class:ElementDecl
166 if(parent.isSubstitutionDisallowed(XSType.SUBSTITUTION))
169 boolean rd = parent.isSubstitutionDisallowed(XSType.RESTRICTION);
170 boolean ed = parent.isSubstitutionDisallowed(XSType.EXTENSION);

Completed in 91 milliseconds