Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSObject
-
-
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Subinterfaces of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv Modifier and Type Interface Description interface
XSSimpleType
This interfaceXSSimpleType
represents the simple type definition of schema component and defines methods to query the information contained. -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that implement XSObject Modifier and Type Class Description class
XSSimpleTypeDecl
class
XSSimpleTypeDelegate
Base class for XSSimpleType wrapper implementations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return XSObject Modifier and Type Method Description XSObject
XSSimpleTypeDecl. getFacet(int facetType)
XSObject
XSSimpleTypeDelegate. getFacet(int facetType)
-
Uses of XSObject 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 XSObject Modifier and Type Class Description class
XSAnnotationImpl
This is an implementation of the XSAnnotation schema component.class
XSAttributeDecl
The XML representation for an attribute declaration schema component is an <attribute> element information itemclass
XSAttributeGroupDecl
The XML representation for an attribute group declaration schema component is a global <attributeGroup> element information itemclass
XSAttributeUseImpl
The XML representation for an attribute use schema component is a local <attribute> element information itemclass
XSComplexTypeDecl
The XML representation for a complexType schema component is a <complexType> element information itemclass
XSElementDecl
The XML representation for an element declaration schema component is an <element> element information itemclass
XSGroupDecl
The XML representation for a group declaration schema component is a global <group> element information itemclass
XSModelGroupImpl
Store schema model group declaration.class
XSNotationDecl
The XML representation for a NOTATION declaration schema component is a global <notation> element information itemclass
XSParticleDecl
Store schema particle declaration.class
XSWildcardDecl
The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that implement XSObject Modifier and Type Class Description class
IdentityConstraint
Base class of Schema identity constraint.class
KeyRef
Schema key reference identity constraint.class
UniqueOrKey
Schema unique or key identity constraint. -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that return XSObject Modifier and Type Method Description XSObject[]
XSInputSource. getComponents()
XSObject
XSNamedMap4Types. item(int index)
Returns theindex
th item in the map.XSObject
XSNamedMapImpl. 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.XSObject
XSObjectListImpl. item(int index)
Returns theindex
th item in the collection.XSObject
XSNamedMap4Types. itemByName(String namespace, String localName)
Retrieves anXSObject
specified by local name and namespace URI.XSObject
XSNamedMapImpl. itemByName(String namespace, String localName)
Retrieves anXSObject
specified by local name and namespace URI.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type XSObject Modifier and Type Method Description void
XSObjectListImpl. addXSObject(int index, XSObject object)
void
XSObjectListImpl. addXSObject(XSObject object)
void
XSInputSource. setComponents(XSObject[] components)
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type XSObject Constructor Description XSInputSource(XSObject[] component)
XSNamedMapImpl(XSObject[] array, int length)
Construct an XSNamedMap implementation one namespace from an arrayXSObjectListImpl(XSObject[] array, int length)
Construct an XSObjectList implementation -
Uses of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Subinterfaces of XSObject in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs Modifier and Type Interface Description interface
XSAnnotation
This interface represents the Annotation schema component.interface
XSAttributeDeclaration
The interface represents the Attribute Declaration schema component.interface
XSAttributeGroupDefinition
This interface represents the Attribute Group Definition schema component.interface
XSAttributeUse
This interface represents the Attribute Use schema component.interface
XSComplexTypeDefinition
This interface represents the Complex Type Definition schema component.interface
XSElementDeclaration
The interface represents the Element Declaration schema component.interface
XSFacet
Describes a constraining facet.interface
XSIDCDefinition
This interface represents the Identity-constraint Definition schema component.interface
XSModelGroup
This interface represents the Model Group schema component.interface
XSModelGroupDefinition
This interface represents the Model Group Definition schema component.interface
XSMultiValueFacet
Describes a multi-value constraining facets: pattern and enumeration.interface
XSNotationDeclaration
This interface represents the Notation Declaration schema component.interface
XSParticle
This interface represents the Particle schema component.interface
XSSimpleTypeDefinition
This interface represents the Simple Type Definition schema component.interface
XSTerm
Describes a term that can be one of a model group, a wildcard, or an element declaration.interface
XSTypeDefinition
This interface represents a complex or simple type definition.interface
XSWildcard
This interface represents the Wildcard schema component.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSObject Modifier and Type Method Description XSObject
XSSimpleTypeDefinition. getFacet(int facetType)
A constraining facet object.XSObject
XSNamedMap. 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.XSObject
XSObjectList. 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.XSObject
XSNamedMap. itemByName(String namespace, String localName)
Retrieves anXSObject
specified by local name and namespace URI.
-