Searched defs:listSubstitutables (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUtil.java56 public static XSType[] listSubstitutables( XSType _this ) { method in class:Util
H A DComplexTypeImpl.java260 public XSType[] listSubstitutables() { method in class:ComplexTypeImpl
261 return Util.listSubstitutables(this);
H A DElementDecl.java127 public XSElementDecl[] listSubstitutables() { method in class:ElementDecl
H A DSimpleTypeImpl.java67 public XSType[] listSubstitutables() { method in class:SimpleTypeImpl
68 return Util.listSubstitutables(this);
H A DSchemaSetImpl.java305 public XSType[] listSubstitutables() { method in class:SchemaSetImpl.AnySimpleType
306 return Util.listSubstitutables(this);
356 public XSType[] listSubstitutables() { method in class:SchemaSetImpl.AnyType
357 return Util.listSubstitutables(this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java62 XSType[] listSubstitutables(); method in interface:XSType
H A DXSElementDecl.java107 XSElementDecl[] listSubstitutables(); method in interface:XSElementDecl

Completed in 36 milliseconds