Uses of Interface
com.sun.xml.xsom.XSElementDecl
-
-
Uses of XSElementDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSElementDecl Modifier and Type Method Description XSElementDeclXSTerm. asElementDecl()XSElementDeclXSSchema. getElementDecl(java.lang.String localName)XSElementDeclXSSchemaSet. getElementDecl(java.lang.String namespaceURI, java.lang.String localName)XSElementDeclXSIdentityConstraint. getParent()Gets theXSElementDeclthat owns this identity constraint.XSElementDeclXSComplexType. getScope()Gets the scope of this complex type.XSElementDeclXSElementDecl. getSubstAffiliation()Gets the substitution head of this element, if any.XSElementDecl[]XSElementDecl. listSubstitutables()Deprecated.this method allocates a new array every time, so it could be inefficient when working with a large schema.Methods in com.sun.xml.xsom that return types with arguments of type XSElementDecl Modifier and Type Method Description java.util.List<XSElementDecl>XSComplexType. getElementDecls()Returns a list of element declarations of this type.java.util.Map<java.lang.String,XSElementDecl>XSSchema. getElementDecls()Gets all theXSElementDecls in this schema.java.util.Set<? extends XSElementDecl>XSElementDecl. getSubstitutables()Returns the element declarations that can substitute this element.java.util.Iterator<XSElementDecl>XSSchema. iterateElementDecls()java.util.Iterator<XSElementDecl>XSSchemaSet. iterateElementDecls()Iterates all element declarations in all the schemas.Methods in com.sun.xml.xsom with parameters of type XSElementDecl Modifier and Type Method Description booleanXSElementDecl. canBeSubstitutedBy(XSElementDecl e)Returns true if this element declaration can be validly substituted by the given declaration.
-