Uses of Interface
com.sun.xml.xsom.XSComponent
-
Packages that use XSComponent 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.xsom
package.com.sun.xml.xsom.impl.scd com.sun.xml.xsom.util -
-
Uses of XSComponent in com.sun.xml.xsom
Subinterfaces of XSComponent in com.sun.xml.xsom Modifier and Type Interface Description interface
XSAttContainer
Common aspect ofXSComplexType
andXSAttGroupDecl
as the container of attribute uses/attribute groups.interface
XSAttGroupDecl
Attribute group declaration.interface
XSAttributeDecl
Attribute declaration.interface
XSAttributeUse
Attribute use.interface
XSComplexType
Complex type.interface
XSContentType
Content of a complex type.interface
XSDeclaration
Base interface of all "declarations".interface
XSElementDecl
Element declaration.interface
XSFacet
Facet for a simple type.interface
XSIdentityConstraint
Identity constraint.interface
XSListSimpleType
List simple type.interface
XSModelGroup
Model group.interface
XSModelGroupDecl
Named model group declaration.interface
XSNotation
Notation declaration.interface
XSParticle
Particle schema component.interface
XSRestrictionSimpleType
Restriction simple type.interface
XSSchema
Schema.interface
XSSimpleType
Simple type.interface
XSTerm
A component that can be referenced fromXSParticle
This interface provides a set of type check functions (isXXX
), which are essentially:interface
XSType
Base interface forXSComplexType
andXSSimpleType
.interface
XSUnionSimpleType
Union simple type.interface
XSWildcard
Wildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union.static interface
XSWildcard.Any
##any
wildcard.static interface
XSWildcard.Other
##other
wildcard.static interface
XSWildcard.Union
Wildcard of a set of namespace URIs.interface
XSXPath
Selector or field ofXSIdentityConstraint
.Methods in com.sun.xml.xsom that return XSComponent Modifier and Type Method Description XSComponent
SCD. selectSingle(XSComponent contextNode)
Evaluates the SCD against the given context node and returns the matched node.XSComponent
SCD. selectSingle(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema set and returns the matched node.XSComponent
XSComponent. selectSingle(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
Evaluates a schema component designator against this schema component and returns the first resulting schema component.XSComponent
XSSchemaSet. selectSingle(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
Evaluates a schema component designator against this schema component and returns the first resulting schema component.Methods in com.sun.xml.xsom that return types with arguments of type XSComponent Modifier and Type Method Description java.util.Collection<XSComponent>
SCD. select(XSComponent contextNode)
Evaluates the SCD against the given context node and returns the matched nodes.java.util.Collection<XSComponent>
SCD. select(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema and returns the matched nodes.java.util.Collection<XSComponent>
SCD. select(java.util.Collection<? extends XSComponent> contextNodes)
Evaluates the SCD against the given set of context nodes and returns the matched nodes.abstract java.util.Iterator<XSComponent>
SCD. select(java.util.Iterator<? extends XSComponent> contextNodes)
Evaluates the SCD against the given set of context nodes and returns the matched nodes.java.util.Collection<XSComponent>
XSComponent. select(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
Evaluates a schema component designator against this schema component and returns the resulting schema components.java.util.Collection<XSComponent>
XSSchemaSet. select(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
Evaluates a schema component designator against this schema component and returns the resulting schema components.Methods in com.sun.xml.xsom with parameters of type XSComponent Modifier and Type Method Description java.util.Collection<XSComponent>
SCD. select(XSComponent contextNode)
Evaluates the SCD against the given context node and returns the matched nodes.XSComponent
SCD. selectSingle(XSComponent contextNode)
Evaluates the SCD against the given context node and returns the matched node.Method parameters in com.sun.xml.xsom with type arguments of type XSComponent Modifier and Type Method Description java.util.Collection<XSComponent>
SCD. select(java.util.Collection<? extends XSComponent> contextNodes)
Evaluates the SCD against the given set of context nodes and returns the matched nodes.abstract java.util.Iterator<XSComponent>
SCD. select(java.util.Iterator<? extends XSComponent> contextNodes)
Evaluates the SCD against the given set of context nodes and returns the matched nodes. -
Uses of XSComponent in com.sun.xml.xsom.impl
Subinterfaces of XSComponent in com.sun.xml.xsom.impl Modifier and Type Interface Description interface
ContentTypeImpl
Marker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement XSComponent Modifier and Type Class Description class
AttGroupDeclImpl
class
AttributeDeclImpl
class
AttributesHolder
class
AttributeUseImpl
class
ComplexTypeImpl
class
ComponentImpl
(package private) class
DeclarationImpl
class
ElementDecl
class
EmptyImpl
class
FacetImpl
class
IdentityConstraintImpl
XSIdentityConstraint
implementation.class
ListSimpleTypeImpl
class
ModelGroupDeclImpl
class
ModelGroupImpl
class
NotationImpl
class
ParticleImpl
class
RestrictionSimpleTypeImpl
class
SchemaImpl
private class
SchemaSetImpl.AnySimpleType
private class
SchemaSetImpl.AnyType
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
class
WildcardImpl
static class
WildcardImpl.Any
static class
WildcardImpl.Finite
static class
WildcardImpl.Other
class
XPathImpl
Methods in com.sun.xml.xsom.impl that return XSComponent Modifier and Type Method Description XSComponent
ComponentImpl. selectSingle(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
XSComponent
SchemaImpl. selectSingle(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
XSComponent
SchemaSetImpl. selectSingle(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSComponent Modifier and Type Method Description java.util.Collection<XSComponent>
ComponentImpl. select(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
java.util.Collection<XSComponent>
SchemaImpl. select(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
java.util.Collection<XSComponent>
SchemaSetImpl. select(java.lang.String scd, javax.xml.namespace.NamespaceContext nsContext)
-
Uses of XSComponent in com.sun.xml.xsom.impl.scd
Classes in com.sun.xml.xsom.impl.scd with type parameters of type XSComponent Modifier and Type Class Description (package private) class
AbstractAxisImpl<T extends XSComponent>
Partial default implementation ofAxis
.interface
Axis<T extends XSComponent>
Axis of traversal.class
Step<T extends XSComponent>
Building block ofSCD
.private static class
Step.Filtered<T extends XSComponent>
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSComponent Modifier and Type Field Description static Axis<XSComponent>
Axis. DESCENDANTS
All descendants reachable via default axes.static Axis<XSComponent>
Axis. INTERMEDIATE_SKIP
Pseudo-axis that visits all skipped intermediate steps.static Axis<XSComponent>
Axis. SCOPE
Methods in com.sun.xml.xsom.impl.scd that return types with arguments of type XSComponent Modifier and Type Method Description protected java.util.Iterator<? extends XSComponent>
Step.Any. filter(java.util.Iterator<? extends XSComponent> base)
java.util.Iterator<XSComponent>
SCDImpl. select(java.util.Iterator<? extends XSComponent> contextNode)
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSComponent Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. iterator(XSComponent contextNode)
java.util.Iterator<T>
Axis. iterator(XSComponent contextNode)
protected java.util.Iterator<T>
AbstractAxisImpl. union(T... items)
Method parameters in com.sun.xml.xsom.impl.scd with type arguments of type XSComponent Modifier and Type Method Description java.util.Iterator<T>
Step. evaluate(java.util.Iterator<XSComponent> nodeSet)
Evaluate this step against the current node set and returns matched nodes.protected java.util.Iterator<? extends XSComponent>
Step.Any. filter(java.util.Iterator<? extends XSComponent> base)
java.util.Iterator<T>
AbstractAxisImpl. iterator(java.util.Iterator<? extends XSComponent> contextNodes)
Default implementation that simply delegate stoAbstractAxisImpl.iterator(XSComponent)
java.util.Iterator<T>
Axis. iterator(java.util.Iterator<? extends XSComponent> contextNodes)
java.util.Iterator<XSComponent>
SCDImpl. select(java.util.Iterator<? extends XSComponent> contextNode)
Constructor parameters in com.sun.xml.xsom.impl.scd with type arguments of type XSComponent Constructor Description Any(Axis<? extends XSComponent> axis)
-
Uses of XSComponent in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSComponent Modifier and Type Method Description boolean
XSFinder. find(XSComponent c)
Invokes this object as a visitor with the specified component.static java.lang.String
NameGetter. get(XSComponent comp)
Gets the name of the specified component in the default locale.
-