Home » Xerces-J-src.2.9.1 » org.apache.xerces » xs »

org.apache.xerces.xs

Sub Packages:

org.apache.xerces.xs.datatypes   This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types.  

Interfaces:

AttributePSVI   Represents a PSVI item for one attribute information item.  code | html
ElementPSVI   Represents a PSVI item for one element information item.  code | html
ItemPSVI   Represents an abstract PSVI item for an element or an attribute information item.  code | html
LSInputList   The LSInputList interface provides the abstraction of an ordered collection of LSInputs, without defining or constraining how this collection is implemented.  code | html
PSVIProvider   This interface provides access to the post schema validation infoset for an API that provides a streaming document infoset, such as SAX, XNI, and others.  code | html
ShortList   The ShortList is an immutable ordered collection of unsigned short code | html
StringList   The StringList is an immutable ordered collection of GenericString code | html
XSAnnotation   This interface represents the Annotation schema component.  code | html
XSAttributeDeclaration   The interface represents the Attribute Declaration schema component.  code | html
XSAttributeGroupDefinition   This interface represents the Attribute Group Definition schema component.  code | html
XSAttributeUse   This interface represents the Attribute Use schema component.  code | html
XSComplexTypeDefinition   This interface represents the Complex Type Definition schema component.  code | html
XSConstants   This interface defines constants used by this specification.  code | html
XSElementDeclaration   The interface represents the Element Declaration schema component.  code | html
XSFacet   Describes a constraining facet.  code | html
XSIDCDefinition   This interface represents the Identity-constraint Definition schema component.  code | html
XSImplementation   This interface allows one to retrieve an instance of XSLoader code | html
XSLoader   An interface that provides a method to load XML Schema documents.  code | html
XSModel   This interface represents an XML Schema.  code | html
XSModelGroup   This interface represents the Model Group schema component.  code | html
XSModelGroupDefinition   This interface represents the Model Group Definition schema component.  code | html
XSMultiValueFacet   Describes a multi-value constraining facets: pattern and enumeration.  code | html
XSNamedMap   Objects implementing the XSNamedMap interface are used to represent immutable collections of XML Schema components that can be accessed by name.  code | html
XSNamespaceItem   The interface represents the namespace schema information information item.  code | html
XSNamespaceItemList   The XSNamesaceItemList interface provides the abstraction of an immutable ordered collection of XSNamespaceItems, without defining or constraining how this collection is implemented.  code | html
XSNotationDeclaration   This interface represents the Notation Declaration schema component.  code | html
XSObject   The XSObject is a base object for the XML Schema component model.  code | html
XSObjectList   The XSObjectList interface provides the abstraction of an immutable ordered collection of XSObjects, without defining or constraining how this collection is implemented.  code | html
XSParticle   This interface represents the Particle schema component.  code | html
XSSimpleTypeDefinition   This interface represents the Simple Type Definition schema component.  code | html
XSTerm   Describes a term that can be one of a model group, a wildcard, or an element declaration.  code | html
XSTypeDefinition   This interface represents a complex or simple type definition.  code | html
XSWildcard   This interface represents the Wildcard schema component.  code | html

Classes:

XSException   The XML Schema API operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).  code | html