Uses of Interface
com.sun.xml.xsom.XSElementDecl
-
Packages that use XSElementDecl Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
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. -
Uses of XSElementDecl in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSElementDecl Modifier and Type Class Description classElementDeclFields in com.sun.xml.xsom.impl declared as XSElementDecl Modifier and Type Field Description private XSElementDeclIdentityConstraintImpl. parentprivate XSElementDeclComplexTypeImpl. scopeFields in com.sun.xml.xsom.impl with type parameters of type XSElementDecl Modifier and Type Field Description private java.util.Map<java.lang.String,XSElementDecl>SchemaImpl. elemsprivate java.util.Map<java.lang.String,XSElementDecl>SchemaImpl. elemsViewprivate java.util.Set<XSElementDecl>ElementDecl. substitutablesSet that represents element decls that can substitute this element.private java.util.Set<XSElementDecl>ElementDecl. substitutablesViewUnmodifieable view ofElementDecl.substitutables.Methods in com.sun.xml.xsom.impl that return XSElementDecl Modifier and Type Method Description XSElementDeclElementDecl. asElementDecl()XSElementDeclModelGroupDeclImpl. asElementDecl()XSElementDeclModelGroupImpl. asElementDecl()XSElementDeclWildcardImpl. asElementDecl()XSElementDeclRef.Element. get()XSElementDeclSchemaImpl. getElementDecl(java.lang.String name)XSElementDeclSchemaSetImpl. getElementDecl(java.lang.String ns, java.lang.String localName)XSElementDeclIdentityConstraintImpl. getParent()XSElementDeclComplexTypeImpl. getScope()XSElementDeclSchemaSetImpl.AnyType. getScope()XSElementDeclElementDecl. getSubstAffiliation()XSElementDecl[]ElementDecl. listSubstitutables()Deprecated.Methods in com.sun.xml.xsom.impl that return types with arguments of type XSElementDecl Modifier and Type Method Description java.util.List<XSElementDecl>ComplexTypeImpl. getElementDecls()java.util.Map<java.lang.String,XSElementDecl>SchemaImpl. getElementDecls()java.util.List<XSElementDecl>SchemaSetImpl.AnyType. getElementDecls()java.util.Set<? extends XSElementDecl>ElementDecl. getSubstitutables()java.util.Iterator<XSElementDecl>SchemaImpl. iterateElementDecls()java.util.Iterator<XSElementDecl>SchemaSetImpl. iterateElementDecls()Methods in com.sun.xml.xsom.impl with parameters of type XSElementDecl Modifier and Type Method Description voidSchemaImpl. addElementDecl(XSElementDecl newDecl)booleanElementDecl. canBeSubstitutedBy(XSElementDecl e)voidComplexTypeImpl. setScope(XSElementDecl _scope) -
Uses of XSElementDecl in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSElementDecl Modifier and Type Method Description XSElementDeclDelayedRef.Element. get() -
Uses of XSElementDecl in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSElementDecl Modifier and Type Field Description static Axis<XSElementDecl>Axis. ELEMENTstatic Axis<XSElementDecl>Axis. SUBSTITUTION_GROUPMethods in com.sun.xml.xsom.impl.scd with parameters of type XSElementDecl Modifier and Type Method Description java.util.Iterator<T>AbstractAxisImpl. elementDecl(XSElementDecl decl) -
Uses of XSElementDecl in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSElementDecl Modifier and Type Method Description voidSchemaTreeTraverser. elementDecl(XSElementDecl decl)private voidSchemaTreeTraverser. elementDecl(XSElementDecl decl, java.lang.String extraAtts)Creates node for element declaration with additional attributes.voidSchemaWriter. elementDecl(XSElementDecl decl)private voidSchemaWriter. elementDecl(XSElementDecl decl, java.lang.String extraAtts) -
Uses of XSElementDecl in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSElementDecl Modifier and Type Method Description java.lang.StringComponentNameFunction. elementDecl(XSElementDecl decl)java.lang.StringNameGetter. elementDecl(XSElementDecl decl)java.lang.BooleanXSFinder. elementDecl(XSElementDecl decl)TXSFunctionFilter. elementDecl(XSElementDecl decl) -
Uses of XSElementDecl in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSElementDecl Modifier and Type Method Description TXSTermFunction. elementDecl(XSElementDecl decl)TXSTermFunctionWithParam. elementDecl(XSElementDecl decl, P param)voidXSTermVisitor. elementDecl(XSElementDecl decl)
-