Uses of Interface
com.sun.xml.xsom.XSComponent
-
-
Uses of XSComponent in com.sun.xml.xsom
Subinterfaces of XSComponent in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSAttContainerCommon aspect ofXSComplexTypeandXSAttGroupDeclas the container of attribute uses/attribute groups.interfaceXSAttGroupDeclAttribute group declaration.interfaceXSAttributeDeclAttribute declaration.interfaceXSAttributeUseAttribute use.interfaceXSComplexTypeComplex type.interfaceXSContentTypeContent of a complex type.interfaceXSDeclarationBase interface of all "declarations".interfaceXSElementDeclElement declaration.interfaceXSFacetFacet for a simple type.interfaceXSIdentityConstraintIdentity constraint.interfaceXSListSimpleTypeList simple type.interfaceXSModelGroupModel group.interfaceXSModelGroupDeclNamed model group declaration.interfaceXSNotationNotation declaration.interfaceXSParticleParticle schema component.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSSchemaSchema.interfaceXSSimpleTypeSimple type.interfaceXSTermA component that can be referenced fromXSParticleThis interface provides a set of type check functions (isXXX), which are essentially:interfaceXSTypeBase interface forXSComplexTypeandXSSimpleType.interfaceXSUnionSimpleTypeUnion simple type.interfaceXSWildcardWildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union.static interfaceXSWildcard.Any##anywildcard.static interfaceXSWildcard.Other##otherwildcard.static interfaceXSWildcard.UnionWildcard of a set of namespace URIs.interfaceXSXPathSelector or field ofXSIdentityConstraint.Methods in com.sun.xml.xsom that return XSComponent Modifier and Type Method Description XSComponentSCD. selectSingle(XSComponent contextNode)Evaluates the SCD against the given context node and returns the matched node.XSComponentSCD. selectSingle(XSSchemaSet contextNode)Evaluates the SCD against the whole schema set and returns the matched node.XSComponentXSComponent. 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.XSComponentXSSchemaSet. 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.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 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.
-