Searched defs:XSElementDecl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSElementDecl.java37 public interface XSElementDecl extends XSDeclaration, XSTerm interface in inherits:XSDeclaration,XSTerm
52 XSElementDecl getSubstAffiliation();
107 XSElementDecl[] listSubstitutables();
128 Set<? extends XSElementDecl> getSubstitutables();
137 boolean canBeSubstitutedBy(XSElementDecl e);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java46 * @version $Id: XSElementDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
48 public class XSElementDecl implements XSElementDeclaration { class in inherits:XSElementDeclaration
76 public XSElementDecl fSubGroup = null;
388 } // class XSElementDecl

Completed in 30 milliseconds