Uses of Interface
com.sun.xml.xsom.XSElementDecl
-
Uses of XSElementDecl in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSElementDeclModifier and TypeMethodDescriptionXSTerm.asElementDecl()XSSchema.getElementDecl(String localName) XSSchemaSet.getElementDecl(String namespaceURI, String localName) XSIdentityConstraint.getParent()Gets theXSElementDeclthat owns this identity constraint.XSComplexType.getScope()Gets the scope of this complex type.XSElementDecl.getSubstAffiliation()Gets the substitution head of this element, if any.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 XSElementDeclModifier and TypeMethodDescriptionXSComplexType.getElementDecls()Returns a list of element declarations of this type.XSSchema.getElementDecls()Gets all theXSElementDecls in this schema.Set<? extends XSElementDecl> XSElementDecl.getSubstitutables()Returns the element declarations that can substitute this element.XSSchema.iterateElementDecls()XSSchemaSet.iterateElementDecls()Iterates all element declarations in all the schemas.Methods in com.sun.xml.xsom with parameters of type XSElementDeclModifier and TypeMethodDescriptionbooleanXSElementDecl.canBeSubstitutedBy(XSElementDecl e) Returns true if this element declaration can be validly substituted by the given declaration.