Uses of Interface
com.sun.xml.xsom.XSComponent
-
Uses of XSComponent in com.sun.xml.xsom
Subinterfaces of XSComponent in com.sun.xml.xsomModifier and TypeInterfaceDescriptioninterfaceCommon aspect ofXSComplexTypeandXSAttGroupDeclas the container of attribute uses/attribute groups.interfaceAttribute group declaration.interfaceAttribute declaration.interfaceAttribute use.interfaceComplex type.interfaceContent of a complex type.interfaceBase interface of all "declarations".interfaceElement declaration.interfaceFacet for a simple type.interfaceIdentity constraint.interfaceList simple type.interfaceModel group.interfaceNamed model group declaration.interfaceNotation declaration.interfaceParticle schema component.interfaceRestriction simple type.interfaceSchema.interfaceSimple type.interfaceA component that can be referenced fromXSParticleThis interface provides a set of type check functions (isXXX), which are essentially:interfaceBase interface forXSComplexTypeandXSSimpleType.interfaceUnion simple type.interfaceWildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union.static interface##anywildcard.static interface##otherwildcard.static interfaceWildcard of a set of namespace URIs.interfaceSelector or field ofXSIdentityConstraint.Methods in com.sun.xml.xsom that return XSComponentModifier and TypeMethodDescriptionfinal XSComponentSCD.selectSingle(XSComponent contextNode) Evaluates the SCD against the given context node and returns the matched node.final XSComponentSCD.selectSingle(XSSchemaSet contextNode) Evaluates the SCD against the whole schema set and returns the matched node.XSComponent.selectSingle(String scd, NamespaceContext nsContext) Evaluates a schema component designator against this schema component and returns the first resulting schema component.XSSchemaSet.selectSingle(String scd, 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 XSComponentModifier and TypeMethodDescriptionfinal Collection<XSComponent>SCD.select(XSComponent contextNode) Evaluates the SCD against the given context node and returns the matched nodes.final Collection<XSComponent>SCD.select(XSSchemaSet contextNode) Evaluates the SCD against the whole schema and returns the matched nodes.final Collection<XSComponent>SCD.select(Collection<? extends XSComponent> contextNodes) Evaluates the SCD against the given set of context nodes and returns the matched nodes.abstract Iterator<XSComponent>SCD.select(Iterator<? extends XSComponent> contextNodes) Evaluates the SCD against the given set of context nodes and returns the matched nodes.XSComponent.select(String scd, NamespaceContext nsContext) Evaluates a schema component designator against this schema component and returns the resulting schema components.XSSchemaSet.select(String scd, 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 XSComponentModifier and TypeMethodDescriptionfinal Collection<XSComponent>SCD.select(XSComponent contextNode) Evaluates the SCD against the given context node and returns the matched nodes.final XSComponentSCD.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 XSComponentModifier and TypeMethodDescriptionfinal Collection<XSComponent>SCD.select(Collection<? extends XSComponent> contextNodes) Evaluates the SCD against the given set of context nodes and returns the matched nodes.abstract Iterator<XSComponent>SCD.select(Iterator<? extends XSComponent> contextNodes) Evaluates the SCD against the given set of context nodes and returns the matched nodes.