Uses of Interface
com.sun.xml.xsom.XSElementDecl
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSElementDecl in com.sun.xml.xsom
Modifier and TypeMethodDescriptionXSTerm.asElementDecl()
XSSchema.getElementDecl
(String localName) XSSchemaSet.getElementDecl
(String namespaceURI, String localName) XSIdentityConstraint.getParent()
Gets theXSElementDecl
that 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.Modifier and TypeMethodDescriptionXSComplexType.getElementDecls()
Returns a list of element declarations of this type.XSSchema.getElementDecls()
Gets all theXSElementDecl
s 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.Modifier and TypeMethodDescriptionboolean
XSElementDecl.canBeSubstitutedBy
(XSElementDecl e) Returns true if this element declaration can be validly substituted by the given declaration. -
Uses of XSElementDecl in com.sun.xml.xsom.impl
Modifier and TypeMethodDescriptionElementDecl.asElementDecl()
ModelGroupDeclImpl.asElementDecl()
ModelGroupImpl.asElementDecl()
WildcardImpl.asElementDecl()
Ref.Element.get()
SchemaImpl.getElementDecl
(String name) SchemaSetImpl.getElementDecl
(String ns, String localName) IdentityConstraintImpl.getParent()
ComplexTypeImpl.getScope()
ElementDecl.getSubstAffiliation()
ElementDecl.listSubstitutables()
Deprecated.Modifier and TypeMethodDescriptionComplexTypeImpl.getElementDecls()
SchemaImpl.getElementDecls()
Set<? extends XSElementDecl>
ElementDecl.getSubstitutables()
SchemaImpl.iterateElementDecls()
SchemaSetImpl.iterateElementDecls()
Modifier and TypeMethodDescriptionvoid
SchemaImpl.addElementDecl
(XSElementDecl newDecl) boolean
ElementDecl.canBeSubstitutedBy
(XSElementDecl e) void
ComplexTypeImpl.setScope
(XSElementDecl _scope) -
Uses of XSElementDecl in com.sun.xml.xsom.impl.parser
-
Uses of XSElementDecl in com.sun.xml.xsom.impl.scd
Modifier and TypeFieldDescriptionstatic final Axis<XSElementDecl>
Axis.ELEMENT
static final Axis<XSElementDecl>
Axis.SUBSTITUTION_GROUP
-
Uses of XSElementDecl in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.elementDecl
(XSElementDecl decl) void
SchemaWriter.elementDecl
(XSElementDecl decl) -
Uses of XSElementDecl in com.sun.xml.xsom.util
Modifier and TypeMethodDescriptionComponentNameFunction.elementDecl
(XSElementDecl decl) NameGetter.elementDecl
(XSElementDecl decl) XSFinder.elementDecl
(XSElementDecl decl) XSFunctionFilter.elementDecl
(XSElementDecl decl) -
Uses of XSElementDecl in com.sun.xml.xsom.visitor
Modifier and TypeMethodDescriptionXSTermFunction.elementDecl
(XSElementDecl decl) XSTermFunctionWithParam.elementDecl
(XSElementDecl decl, P param) void
XSTermVisitor.elementDecl
(XSElementDecl decl) -
Uses of XSElementDecl in io.atlasmap.xml.core.schema