Searched refs:getSubstAffiliation (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSElementDecl.java52 XSElementDecl getSubstAffiliation(); method in interface:XSElementDecl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DElementDecl.java98 public XSElementDecl getSubstAffiliation() { method in class:ElementDecl
164 while( (parent=(ElementDecl)parent.getSubstAffiliation())!=null ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java203 if(decl.getSubstitutables().size()>1 || decl.getSubstAffiliation()!=null)
293 XSElementDecl top = decl.getSubstAffiliation();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAxis.java295 return singleton(decl.getSubstAffiliation());

Completed in 1489 milliseconds