Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSNamespaceItem
-
-
Uses of XSNamespaceItem in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return XSNamespaceItem Modifier and Type Method Description XSNamespaceItem
XSSimpleTypeDecl. getNamespaceItem()
XSNamespaceItem
XSSimpleTypeDelegate. getNamespaceItem()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs with parameters of type XSNamespaceItem Modifier and Type Method Description void
XSSimpleTypeDecl. setNamespaceItem(XSNamespaceItem namespaceItem)
-
Uses of XSNamespaceItem in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSNamespaceItem Modifier and Type Class Description class
SchemaGrammar
This class is to hold all schema component declaration that are declared within one namespace.static class
SchemaGrammar.BuiltinSchemaGrammar
static class
SchemaGrammar.Schema4Annotations
A partial schema for schemas for validating annotations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSNamespaceItem Modifier and Type Method Description XSNamespaceItem
XSAnnotationImpl. getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.XSNamespaceItem
XSAttributeDecl. getNamespaceItem()
XSNamespaceItem
XSAttributeGroupDecl. getNamespaceItem()
XSNamespaceItem
XSAttributeUseImpl. getNamespaceItem()
XSNamespaceItem
XSComplexTypeDecl. getNamespaceItem()
XSNamespaceItem
XSElementDecl. getNamespaceItem()
XSNamespaceItem
XSGroupDecl. getNamespaceItem()
XSNamespaceItem
XSModelGroupImpl. getNamespaceItem()
XSNamespaceItem
XSNotationDecl. getNamespaceItem()
XSNamespaceItem
XSParticleDecl. getNamespaceItem()
XSNamespaceItem
XSWildcardDecl. getNamespaceItem()
XSNamespaceItem
XSModelImpl. item(int index)
Returns theindex
th item in the collection ornull
ifindex
is greater than or equal to the number of objects in the list. -
Uses of XSNamespaceItem in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return XSNamespaceItem Modifier and Type Method Description XSNamespaceItem
IdentityConstraint. getNamespaceItem()
-
Uses of XSNamespaceItem in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSNamespaceItem Modifier and Type Method Description XSNamespaceItem
XSObject. getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; ornull
otherwise.XSNamespaceItem
XSNamespaceItemList. item(int index)
Returns theindex
th item in the collection ornull
ifindex
is greater than or equal to the number of objects in the list.
-