A C D E F G H I N O P R S T U V W X

A

add(String, String) - Method in class org.apache.ws.commons.schema.utils.NamespaceMap
 
addContentHandler(ContentHandler) - Method in class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Adds the provided ContentHandler to the list of content handlers to send events to.
addMetaInfo(Object, Object) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
Add a value to the meta info map will be initialized if not used previously
addNamespace(String, String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
Adds a new prefix mapping to the context.
addVisitor(XmlSchemaVisitor) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Adds a new visitor to be notified as the XML Schemas are walked.
anyElementsWithNameNS(Element, String, String) - Static method in class org.apache.ws.commons.schema.utils.XDOMUtil
 

C

characters(char[], int, int) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Adds content to the current element.
characters(char[], int, int) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Adds a new XmlSchemaPathNode.Direction.CONTENT XmlSchemaPathNode to the path.
check(XmlSchemaCollection.SchemaKey) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Return an indication of whether a particular schema is in the working stack of schemas.
clear() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
Clears the given namespace stack, restoring it to the original mappings defined by the constructor.
clear() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Clears the internal state in preparation for another walk through the schema.
clearCache() - Static method in class org.apache.ws.commons.schema.SchemaBuilder
Remove any entries from the cache for the current thread.
clearProtection() - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
 
CollectionFactory - Class in org.apache.ws.commons.schema.utils
There are many collections of XML Schema objects inside XmlSchema.
CollectionURIResolver - Interface in org.apache.ws.commons.schema.resolver
Extended URIResolver that can be informed about a collective base URI.
Constants - Class in org.apache.ws.commons.schema.constants
Constants
Constants.MetaDataConstants - Class in org.apache.ws.commons.schema.constants
class holding the the constants for meta data storage
Constants.SystemConstants - Class in org.apache.ws.commons.schema.constants
class holding the the constants for meta data storage
construct(Element) - Static method in class org.apache.ws.commons.schema.XmlSchemaFacet
 

D

declare(String, String) - Method in class org.apache.ws.commons.schema.utils.PrefixCollector
Records a single namespace prefix declaration.
DEFAULT_MAX_OCCURS - Static variable in class org.apache.ws.commons.schema.XmlSchemaParticle
 
DEFAULT_MIN_OCCURS - Static variable in class org.apache.ws.commons.schema.XmlSchemaParticle
 
DEFAULT_NS_PREFIX - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
DefaultExtensionDeserializer - Class in org.apache.ws.commons.schema.extensions
Default deserializer.
DefaultExtensionDeserializer() - Constructor for class org.apache.ws.commons.schema.extensions.DefaultExtensionDeserializer
 
DefaultExtensionSerializer - Class in org.apache.ws.commons.schema.extensions
 
DefaultExtensionSerializer() - Constructor for class org.apache.ws.commons.schema.extensions.DefaultExtensionSerializer
 
DefaultURIResolver - Class in org.apache.ws.commons.schema.resolver
This resolver provides the means of resolving the imports and includes of a given schema document.
DefaultURIResolver() - Constructor for class org.apache.ws.commons.schema.resolver.DefaultURIResolver
 
deserialize(XmlSchemaObject, QName, Node) - Method in class org.apache.ws.commons.schema.extensions.DefaultExtensionDeserializer
deserialize the given element
deserialize(XmlSchemaObject, QName, Node) - Method in interface org.apache.ws.commons.schema.extensions.ExtensionDeserializer
deserialize the given element
deserializeExtension(XmlSchemaObject, QName, Node) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
Deserialize a given extension element
DomBuilderFromSax - Class in org.apache.ws.commons.schema.docpath
Builds an XML Document from an XML Schema during a SAX walk.
DomBuilderFromSax(XmlSchemaCollection) - Constructor for class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Creates a new DocumentBuilderFromSax.
DOMUtil - Class in org.apache.ws.commons.schema.utils
Some useful utility methods.
DOMUtil() - Constructor for class org.apache.ws.commons.schema.utils.DOMUtil
This class cannot be instantiated.
DummyInternalClass - Class in org.apache.ws.commons.schema.internal
This class exists to allow testing of XmlSchema as an OSGi Bundle.
DummyInternalClass() - Constructor for class org.apache.ws.commons.schema.internal.DummyInternalClass
 

E

endDocument() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
 
endDocument() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Called when the XML Document traversal is complete.
endElement(String, String, String) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Closes the current element in the generated XML document.
endElement(String, String, String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Ends the current element.
endPrefixMapping(String) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
 
endPrefixMapping(String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Handles the end of a prefix mapping in the SAX walk.
equals(Object, Object) - Static method in class org.apache.ws.commons.schema.utils.UtilObjects
 
equals(Object) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
 
equals(Object) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
 
equals(Object) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Determines equality.
equals(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
 
equals(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
equals(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
equals(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
equals(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
EXTENSION_REGISTRY_KEY - Static variable in class org.apache.ws.commons.schema.constants.Constants.SystemConstants
 
ExtensionDeserializer - Interface in org.apache.ws.commons.schema.extensions
Interface for the extension deserializer.
ExtensionRegistry - Class in org.apache.ws.commons.schema.extensions
The task of the extension serializer is to delegate the serilization of the extensions.
ExtensionRegistry() - Constructor for class org.apache.ws.commons.schema.extensions.ExtensionRegistry
 
ExtensionSerializer - Interface in org.apache.ws.commons.schema.extensions
Interface for the extension serializer.
EXTERNAL_ATTRIBUTES - Static variable in class org.apache.ws.commons.schema.constants.Constants.MetaDataConstants
 
EXTERNAL_ELEMENTS - Static variable in class org.apache.ws.commons.schema.constants.Constants.MetaDataConstants
 

F

forgetTargetObject() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRef
 
forgetTargetObject() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 

G

getAllSchemas() - Method in class org.apache.ws.commons.schema.XmlSchema
Return an array of DOM documents consisting of this schema and any schemas that it references.
getAnnotation() - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
getAny() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
Returns the XmlSchemaAny associated with this node, or nullgetAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
getAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
getAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
getAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
getAnyAttribute() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
getAttr(Element, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getAttribute() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo
The underlying XmlSchemaAttribute.
getAttributeByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve a global attribute by its QName.
getAttributeByName(String) - Method in class org.apache.ws.commons.schema.XmlSchema
Look for an attribute by its local name.
getAttributeByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
 
getAttributeByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Find a global attribute by QName in this collection of schemas.
getAttributeFormDefault() - Method in class org.apache.ws.commons.schema.XmlSchema
 
getAttributeGroupByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve an attribute group by QName.
getAttributeGroupByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
 
getAttributeGroupByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
getAttributeGroups() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined attribute groups of this schema.
getAttributeGroups() - Method in class org.apache.ws.commons.schema.XmlSchemaRedefine
 
getAttributes() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
If this SchemaStateMachineNode represents an XmlSchemaElement, the set of XmlSchemaAttrInfos associated with the element it represents.
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined attributes of this schema.
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
getAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
getAttributeWildcard() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getAttrNS(Element, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getAttrs(Element) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getAttrValue(Element, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getAttrValueNS(Element, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getBaseSchemaTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
Return the QName of the base schema type, if any, as defined in the content model.
getBaseSimpleTypeFor(QName) - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
Returns the XML Schema base simple type for the provided QName.
getBaseType() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
If this represents an atomic type, returns the type.
getBaseType() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
getBaseType() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
 
getBaseTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
getBaseTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
getBaseTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
getBaseTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
getBaseTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
 
getBaseTypes() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
getBlock() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getBlock() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getBlockDefault() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the default block value for this schema.
getBlockResolved() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getChildren() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Retrieves the children in the last occurrence of this node, mapped to their relative position.
getChildren(int) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Retrieves the children in the provided occurrence of this node, mapped to their relative position.
getChildText(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Returns the concatenated child text of the specified node.
getChildTypes() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
If this represents a list or a union, returns the set of children types.
getCollectionBaseURI() - Method in interface org.apache.ws.commons.schema.resolver.CollectionURIResolver
 
getCollectionBaseURI() - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
Get the base URI derived from a schema collection.
getConstraints() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
Returns a collection of constraints on the element.
getContent() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContent
 
getContent() - Method in class org.apache.ws.commons.schema.XmlSchemaContentModel
 
getContent() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContent
 
getContent() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleType
 
getContentModel() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getContentType() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getContentTypeParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getDeclaredPrefixes() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
 
getDeclaredPrefixes() - Method in class org.apache.ws.commons.schema.utils.NamespaceMap
 
getDeclaredPrefixes() - Method in interface org.apache.ws.commons.schema.utils.NamespacePrefixList
Returns the list of currently defined namespace prefixes.
getDeclaredPrefixes() - Method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getDefaultExtensionDeserializer() - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
 
getDefaultExtensionSerializer() - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
 
getDefaultValue() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getDefaultValue() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getDeriveBy() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getDirection() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
The direction this path travels.
getDocIteration() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Shortcut for calling getDocumentNode().getIteration().
getDocument() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Retrieves the document constructed from the SAX walk.
getDocument(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getDocumentNode() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Retrieves the XmlSchemaDocumentNode this XmlSchemaPathNode is visiting.
getElement() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
If this SchemaStateMachineNode represents an XmlSchemaElement, the XmlSchemaElement it represents.
getElementByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Look for a element by its QName.
getElementByName(String) - Method in class org.apache.ws.commons.schema.XmlSchema
get an element by its local name.
getElementByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
 
getElementByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Retrieve a global element from the schema collection.
getElementFormDefault() - Method in class org.apache.ws.commons.schema.XmlSchema
 
getElements() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined elements of this schema.
getElementType() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
If this SchemaStateMachineNode represents an XmlSchemaElement, the XmlSchemaTypeInfo of the element it represents.
getExternals() - Method in class org.apache.ws.commons.schema.XmlSchema
Return all of the includes, imports, and redefines for this schema.
getExtReg() - Method in class org.apache.ws.commons.schema.SchemaBuilder
 
getExtReg() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
getExtReg() - Method in class org.apache.ws.commons.schema.XmlSchemaSerializer
Get the registry of extensions for this serializer.
getFacets() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
The set of constraining facets on the value, or null if none.
getFacets() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
getFacets() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
 
getFields() - Method in class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
 
getFileURL(URL, String) - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
Method getFileURL
getFinal() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getFinal() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getFinalDefault() - Method in class org.apache.ws.commons.schema.XmlSchema
 
getFinalDerivation() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getFinalDerivation() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getFinalResolved() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getFirstChildElement(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child element node.
getFirstChildElement(Node, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child node with the given name.
getFirstChildElement(Node, String[]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child node with the given name.
getFirstChildElement(Node, String, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child node with the given name and attribute name, value pair.
getFirstChildElementNS(Node, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child node with the given qualified name.
getFirstChildElementNS(Node, String[][]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the first child node with the given qualified name.
getFirstChildElementNS(Node, String) - Static method in class org.apache.ws.commons.schema.utils.XDOMUtil
 
getFixedValue() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getFixedValue() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getForm() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamedWithForm
Get the current form, which may be inherited from the parent schema.
getForm() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
Return the effective 'form' for this item.
getForm() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getForm() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getGroupByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve a group by QName.
getGroupByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
 
getGroupByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
getGroups() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined groups of this schema.
getGroups() - Method in class org.apache.ws.commons.schema.XmlSchemaRedefine
 
getId() - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
getInputEncoding(Document) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Get the input encoding of the document.
getInputEncoding() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the character encoding for this schema.
getItems() - Method in class org.apache.ws.commons.schema.XmlSchema
Return all of the global items in this schema.
If org.apache.ws.commons.schema.protectReadOnlyCollections is 'true', this will return a map that checks at runtime.
getItems() - Method in class org.apache.ws.commons.schema.XmlSchemaAll
 
getItems() - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotation
 
getItems() - Method in class org.apache.ws.commons.schema.XmlSchemaChoice
 
getItems() - Method in class org.apache.ws.commons.schema.XmlSchemaRedefine
 
getItems() - Method in class org.apache.ws.commons.schema.XmlSchemaSequence
The elements contained within the compositor.
getItemType() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeList
 
getItemTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeList
 
getIteration() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
The total number of occurrences of this XmlSchemaDocumentNode in the underlying document.
getIteration() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
The iteration through the underlying XmlSchemaDocumentNode.
getKnownNamespaceMap() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
get the namespace map
getLanguage() - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
getLastChildElement(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child element node.
getLastChildElement(Node, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child node with the given name.
getLastChildElement(Node, String[]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child node with the given name.
getLastChildElement(Node, String, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child node with the given name and attribute name, value pair.
getLastChildElementNS(Node, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child node with the given qualified name.
getLastChildElementNS(Node, String[][]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the last child node with the given qualified name.
getLineNumber() - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
getLineNumer() - Method in exception org.apache.ws.commons.schema.XmlSchemaException
 
getLinePosition() - Method in exception org.apache.ws.commons.schema.XmlSchemaException
 
getLinePosition() - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
getList(Class<T>) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
 
getLocalName(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
returns local name of this element if not null, otherwise returns the name of the node
getLogicalTargetNamespace() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the logical target namespace.
getMarkup() - Method in class org.apache.ws.commons.schema.XmlSchemaAppInfo
 
getMarkup() - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
getMaxOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Shortcut for calling getStateMachineNode().getMaxOccurs().
getMaxOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Shortcut for calling getStateMachineNode().getMaxOccurs().
getMaxOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
The maximum number of times this SchemaStateMachineNode may appear in succession.
getMaxOccurs() - Method in class org.apache.ws.commons.schema.XmlSchemaParticle
 
getMemberTypesQNames() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
getMemberTypesSource() - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
getMetaInfoMap() - Method in class org.apache.ws.commons.schema.XmlSchemaObject
returns the metainfo map.
getMinOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Shortcut for calling getStateMachineNode().getMinOccurs().
getMinOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Shortcut for calling getStateMachineNode().getMinOccurs().
getMinOccurs() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
The minimum number of times this SchemaStateMachineNode may appear in succession.
getMinOccurs() - Method in class org.apache.ws.commons.schema.XmlSchemaParticle
 
getName(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getName() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
Retrieve the name.
getName() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
Retrieve the name.
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
getName() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getNamespace() - Method in class org.apache.ws.commons.schema.XmlSchemaAny
 
getNamespace() - Method in class org.apache.ws.commons.schema.XmlSchemaAnyAttribute
 
getNamespace() - Method in class org.apache.ws.commons.schema.XmlSchemaImport
 
getNamespaceContext() - Method in interface org.apache.ws.commons.schema.utils.NamespaceContextOwner
Returns the objects namespace context.
getNamespaceContext(Node) - Static method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getNamespaceContext() - Method in class org.apache.ws.commons.schema.XmlSchema
Returns the objects namespace context.
getNamespaceContext() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Retrieve the namespace context.
getNamespacePrefix(Element, String) - Static method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getNamespaceToLocationMapping() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Retrieves the XML Schema namespace -> location mapping set by the last call to DomBuilderFromSax.setNamespaceToLocationMapping(Map).
getNamespaceURI(String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
 
getNamespaceURI(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getNamespaceURI(String) - Method in class org.apache.ws.commons.schema.utils.NamespaceMap
 
getNamespaceURI(Element, String) - Static method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getNamespaceURI(String) - Method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getNext() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
The next node in the path, or null if at the end of the path.
getNextSiblingElement(Node) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling element node.
getNextSiblingElement(Node, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling node with the given name.
getNextSiblingElement(Node, String[]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling node with the given name.
getNextSiblingElement(Node, String, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling node with the given name and attribute name, value pair.
getNextSiblingElementNS(Node, String, String) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling node with the given qualified name.
getNextSiblingElementNS(Node, String[][]) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Finds and returns the next sibling node with the given qualified name.
getNextSiblingElementNS(Node, String) - Static method in class org.apache.ws.commons.schema.utils.XDOMUtil
 
getNodeType() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
The XML Schema node XmlSchemaStateMachineNode.Type this SchemaStateMachineNode represents.
getNotationByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve a notation by QName.
getNotationByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
 
getNotationByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
getNotations() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined notations of this schema.
getParent() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
The XmlSchemaDocumentNode representing this one's immediate parent.
getParent(Element) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getParent() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
Retrieve the parent schema.
getParent() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
Retrieve the parent schema.
getParent() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the parent XmlSchemaCollection.
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
getParent() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
getParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
getParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
getParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
getParticle() - Method in class org.apache.ws.commons.schema.XmlSchemaGroupRef
 
getPossibleNextStates() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
All of the known possible states that could follow this one.
getPrefix(String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
 
getPrefix(String) - Method in class org.apache.ws.commons.schema.utils.NamespaceMap
 
getPrefix(String) - Method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getPrefixes(String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
 
getPrefixes(String) - Method in class org.apache.ws.commons.schema.utils.NamespaceMap
 
getPrefixes(String) - Method in class org.apache.ws.commons.schema.utils.NodeNamespaceContext
 
getPrevious() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
The previous node in the path, or null if at the beginning of the path.
getProcessContent() - Method in class org.apache.ws.commons.schema.XmlSchemaAny
 
getProcessContent() - Method in class org.apache.ws.commons.schema.XmlSchemaAnyAttribute
 
getProtectedList(List<T>) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
Call this to obtain a list to return from a public API where the caller is not supposed to modify the list.
getProtectedMap(Map<K, V>) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
Call this to obtain a map to return from a public API where the caller is not supposed to modify the map.
getPublic() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
getQName() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
Get the QName for this object.
getQName() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
Get the QName for this object.
getQName() - Method in enum org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
The corresponding QName that the XmlSchemaBaseSimpleType represents in XML Schema.
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
Get the QName for this object.
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
getQName() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
getRef() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getRef() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
Return the reference object.
getRef() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getRef() - Method in interface org.apache.ws.commons.schema.XmlSchemaItemWithRef
 
getRefBase() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getRefBase() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
 
getRefBase() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getRefBase() - Method in interface org.apache.ws.commons.schema.XmlSchemaItemWithRefBase
 
getRefer() - Method in class org.apache.ws.commons.schema.XmlSchemaKeyref
 
getRefName() - Method in class org.apache.ws.commons.schema.XmlSchemaGroupRef
 
getRoot(Document) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getSchema() - Method in class org.apache.ws.commons.schema.XmlSchemaExternal
 
getSchemaDocument() - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve a DOM tree for this one schema, independent of any included or related schemas.
getSchemaLocation() - Method in class org.apache.ws.commons.schema.XmlSchemaExternal
 
getSchemaNamespacePrefix() - Method in class org.apache.ws.commons.schema.XmlSchema
 
getSchemaResolver() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Retrieve the custom URI resolver, if any.
getSchemaType() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getSchemaType() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getSchemaTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getSchemaTypeName() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getSchemaTypes() - Method in class org.apache.ws.commons.schema.XmlSchema
Return a map containing all the defined types of this schema.
getSchemaTypes() - Method in class org.apache.ws.commons.schema.XmlSchemaRedefine
 
getSelector() - Method in class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
 
getSet(Class<T>) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
 
getSource() - Method in class org.apache.ws.commons.schema.XmlSchemaAppInfo
 
getSource() - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
getSourceSchemaObject() - Method in exception org.apache.ws.commons.schema.XmlSchemaException
 
getSourceUri() - Method in exception org.apache.ws.commons.schema.XmlSchemaException
 
getSourceURI() - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
getStartNode() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
Retrieves the start node of the state machine representing the most-recently walked XmlSchema.
getStateMachineNode() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Returns the XmlSchemaStateMachineNode representing the place in the XML Schema that this XmlSchemaDocumentNode represents.
getStateMachineNode() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Retrieves the XmlSchemaStateMachineNode representing the XML Schema that this XmlSchemaPathNode is visiting.
getStateMachineNodesByQName() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
Retrieves the XmlSchemaStateMachineNodes representing each XmlSchemaElement in the walked XmlSchema.
getStateMachinesByQName() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Retrieves the QName -> XmlSchemaStateMachineNode mapping defined by the call to DomBuilderFromSax.setStateMachinesByQName(Map).
getSubstitutionGroup() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getSystem() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
getTarget() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRef
 
getTargetNamespace() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the declared target namespace of this schema.
getTargetNamespace() - Method in class org.apache.ws.commons.schema.XmlSchemaAny
XmlSchemaAny.getNamespace() returns the namespace or set of namespaces that this wildcard element is valid for.
getTargetQName() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
getTargetQName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getTargetQName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
 
getTargetQName() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getTargetQName() - Method in interface org.apache.ws.commons.schema.XmlSchemaItemWithRefBase
 
getType() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo
The attribute's value type.
getType() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
The constraining facet's XmlSchemaRestriction.Type.
getType() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
The type represented by this XmlSchemaTypeInfo.
getTypeByName(QName) - Method in class org.apache.ws.commons.schema.XmlSchema
Search this schema, and its peers in its parent collection, for a schema type specified by QName.
getTypeByName(String) - Method in class org.apache.ws.commons.schema.XmlSchema
Retrieve a named type from this schema.
getTypeByName(QName, boolean, Stack<XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchema
Protected method that allows safe (non-recursive schema loading).
getTypeByQName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Retrieve a global type from the schema collection.
getUnhandledAttributes() - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
getURL(URL, String) - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
This is essentially a call to "new URL(contextURL, spec)" with extra handling in case spec is a file.
getUse() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getUserDefinedContent() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Retrieves any user-defined content attached to this XmlSchemaDocumentNode, or null if none.
getUserDefinedContent() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Retrieves any user-defined content attached to this XmlSchemaPathNode, or null if none.
getUserRecognizedType() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
The corresponding user-defined type, or null if none.
getUserRecognizedTypes() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
The user-defined types set with the call to XmlSchemaWalker.setUserRecognizedTypes(Set), or null if none.
getValue(Attr) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
 
getValue() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
The facet's constraint value.
getValue() - Method in class org.apache.ws.commons.schema.XmlSchemaFacet
 
getVersion() - Method in class org.apache.ws.commons.schema.XmlSchema
Return the declared XML Schema version of this schema.
getWireName() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamedWithForm
The name of this item as it is sent 'over the wire' or stored in an XML file.
getWireName() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
The name of this item as it is sent 'over the wire' or stored in an XML file.
getWireName() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
getWireName() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
getXmlEncoding(Document) - Static method in class org.apache.ws.commons.schema.utils.DOMUtil
Get the xml encoding of the document.
getXmlSchema(String) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Retrieve a set containing the XmlSchema instances with the given system ID.
getXmlSchemas() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Returns an array of all the XmlSchemas in this collection.
getXmlSchemaTraversal() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Once a traversal completes successfully, this method may be called to retrieve the relevant interpretation of the path through the XmlSchemaStateMachineNodes.
getXPath() - Method in class org.apache.ws.commons.schema.XmlSchemaXPath
 

H

hashCode() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
 
hashCode() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
 
hashCode() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Generates a hash code based on the contents.
hashCode() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
 
hashCode() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
hashCode() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
hashCode() - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
hashCode() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 

I

init() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
This section should comply to the XMLSchema specification; see http://www.w3.org/TR/2004/PER-xmlschema-2-20040318/datatypes.html#built-in-datatypes.
initCache() - Static method in class org.apache.ws.commons.schema.SchemaBuilder
Setup the cache to be used by the current thread of execution.
isAbsolute(String) - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
Find whether a given uri is relative or not
isAbstract() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
isAbstract() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isAbstractElement() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isAll() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isAnonymous() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
 
isAnonymous() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
isAnonymous() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
isBaseSimpleType(QName) - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
Returns true if the provided QName references XML Schema's anyType, anySimpleType, or one of the primitive datatypes defined by XML Schema.
isEmpty() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isExtension() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isFixed() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Whether the constraint value may be overridden in child definitions ( true means it cannot).
isFixed() - Method in class org.apache.ws.commons.schema.XmlSchemaFacet
 
isFormSpecified() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamedWithForm
True if this item has a specified form, false if it inherits from the parent schema.
isFormSpecified() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
True if this item has a specified form, false if it inherits from the parent schema.
isFormSpecified() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
isFormSpecified() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isList() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isMixed() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
If this is a complex type, returns whether its value is mixed.
isMixed() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContent
 
isMixed() - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
isMixed() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
isNillable() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isNone() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isRef() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
isRef() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
 
isRef() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isRef() - Method in interface org.apache.ws.commons.schema.XmlSchemaItemWithRefBase
 
isRestriction() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isSubstitution() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
isTopLevel() - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
 
isTopLevel() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
isTopLevel() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo
Whether the attribute exists in the global namespace.
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
isTopLevel() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
isUnion() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 

N

NamespaceContextOwner - Interface in org.apache.ws.commons.schema.utils
Interface of an object, which is able to provide a namespace context.
NamespaceMap - Class in org.apache.ws.commons.schema.utils
This class maps from a prefix to an object that is either a String or a URI.
NamespaceMap() - Constructor for class org.apache.ws.commons.schema.utils.NamespaceMap
 
NamespaceMap(Map<String, Object>) - Constructor for class org.apache.ws.commons.schema.utils.NamespaceMap
 
NamespacePrefixList - Interface in org.apache.ws.commons.schema.utils
Interface of an object, which is able to provide a list of currently defined namespace prefixes.
NodeNamespaceContext - Class in org.apache.ws.commons.schema.utils
Implementation of NamespaceContext, which is based on a DOM node.
NONE - Static variable in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
notAll() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
NULL_NS_URI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 

O

onEndAttributes(XmlSchemaElement, XmlSchemaTypeInfo) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEndAttributes(XmlSchemaElement, XmlSchemaTypeInfo) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
This method is called when all of the attributes have been processed (provided the element has a type defined).
onEnterAllGroup(XmlSchemaAll) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEnterAllGroup(XmlSchemaAll) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when an all group is entered.
onEnterChoiceGroup(XmlSchemaChoice) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEnterChoiceGroup(XmlSchemaChoice) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a choice group is entered.
onEnterElement(XmlSchemaElement, XmlSchemaTypeInfo, boolean) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEnterElement(XmlSchemaElement, XmlSchemaTypeInfo, boolean) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
A notification that an XmlSchemaElement has been entered.
onEnterSequenceGroup(XmlSchemaSequence) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEnterSequenceGroup(XmlSchemaSequence) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a sequence is entered.
onEnterSubstitutionGroup(XmlSchemaElement) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onEnterSubstitutionGroup(XmlSchemaElement) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
This method is called when the walker enters a substitution group.
onExitAllGroup(XmlSchemaAll) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onExitAllGroup(XmlSchemaAll) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when an all group is exited.
onExitChoiceGroup(XmlSchemaChoice) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onExitChoiceGroup(XmlSchemaChoice) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a choice group is exited.
onExitElement(XmlSchemaElement, XmlSchemaTypeInfo, boolean) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onExitElement(XmlSchemaElement, XmlSchemaTypeInfo, boolean) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Signifies the end of the element that was previously entered.
onExitSequenceGroup(XmlSchemaSequence) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onExitSequenceGroup(XmlSchemaSequence) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a sequence is exited.
onExitSubstitutionGroup(XmlSchemaElement) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onExitSubstitutionGroup(XmlSchemaElement) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when the end of the substitution group is reached.
onVisitAny(XmlSchemaAny) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onVisitAny(XmlSchemaAny) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a wildcard element is entered.
onVisitAnyAttribute(XmlSchemaElement, XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onVisitAnyAttribute(XmlSchemaElement, XmlSchemaAnyAttribute) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Called when a wildcard attribute is visited.
onVisitAttribute(XmlSchemaElement, XmlSchemaAttrInfo) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
 
onVisitAttribute(XmlSchemaElement, XmlSchemaAttrInfo) - Method in interface org.apache.ws.commons.schema.walker.XmlSchemaVisitor
This method is called for each attribute associated with the element, providing the XmlSchemaAttrInfo representing that attribute.
org.apache.ws.commons.schema - package org.apache.ws.commons.schema
 
org.apache.ws.commons.schema.constants - package org.apache.ws.commons.schema.constants
 
org.apache.ws.commons.schema.docpath - package org.apache.ws.commons.schema.docpath
Building an XML Document's Conforming Path
org.apache.ws.commons.schema.extensions - package org.apache.ws.commons.schema.extensions
 
org.apache.ws.commons.schema.internal - package org.apache.ws.commons.schema.internal
 
org.apache.ws.commons.schema.resolver - package org.apache.ws.commons.schema.resolver
 
org.apache.ws.commons.schema.utils - package org.apache.ws.commons.schema.utils
 
org.apache.ws.commons.schema.walker - package org.apache.ws.commons.schema.walker
Walking XML Schemas

P

parent - Variable in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
parentSchema - Variable in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
 
pop() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Pop the stack of schemas.
PrefixCollector - Class in org.apache.ws.commons.schema.utils
Searches for namespace prefix declarations.
PrefixCollector() - Constructor for class org.apache.ws.commons.schema.utils.PrefixCollector
 
push(XmlSchemaCollection.SchemaKey) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Push a schema onto the stack of schemas.

R

read(Document, String) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML Schema from a complete XSD XML DOM Document into this collection.
read(Document, String, TargetNamespaceValidator) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML Schema from a complete XSD XML DOM Document into this collection.
read(Document) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML schema into the collection from a DOM document.
read(Element) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML Schema into the collection from a DOM element.
read(Element, String) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read a schema from a DOM tree into the collection.
read(InputSource) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML schema into the collection from a SAX InputSource.
read(Reader) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
read(Source) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Read an XML schema into the collection from a TRaX source.
refTwin - Variable in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
 
registerDeserializer(QName, ExtensionDeserializer) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
Register a deserializer with a QName
registerSerializer(Class<?>, ExtensionSerializer) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
Register a serializer with a Class
removeContentHandler(ContentHandler) - Method in class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Removes the first instance of the provided ContentHandler from the set of handlers to send events to.
removeNamespace(String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
Removes the most recent prefix-to-namespace mapping for the provided prefix.
removeVisitor(XmlSchemaVisitor) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Removes the visitor to be notified as the XML Schemas are walked.
resolveEntity(String, String, String) - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
Try to resolve a schema location to some data.
resolveEntity(String, String, String) - Method in interface org.apache.ws.commons.schema.resolver.URIResolver
Resolves an interface

S

SaxWalkerOverDom - Class in org.apache.ws.commons.schema.docpath
Walks over a Document in a SAX style, notifying listeners with SAX events.
SaxWalkerOverDom() - Constructor for class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Constructs a new SaxWalkerOverDom.
SaxWalkerOverDom(ContentHandler) - Constructor for class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Constructs a new SaxWalkerOverDom with the provided ContentHandler to send SAX events.
SaxWalkerOverDom(List<ContentHandler>) - Constructor for class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Constructs a new SaxWalkerOverDom, taking ownership of the list of ContentHandlers to send events to.
SchemaBuilder - Class in org.apache.ws.commons.schema
Object used to build a schema from a schema document.
schemaForNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Return the schema from this collection for a particular targetNamespace.
schemaValueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentProcessing
 
schemaValueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentType
 
schemaValueOf(String) - Static method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
schemaValueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaForm
 
schemaValueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaUse
 
searchAllPrefixDeclarations(Node) - Method in class org.apache.ws.commons.schema.utils.PrefixCollector
Searches for namespace prefix declarations in the given node.
searchLocalPrefixDeclarations(Node) - Method in class org.apache.ws.commons.schema.utils.PrefixCollector
Searches for namespace prefix declarations in the given node.
serialize(XmlSchemaObject, Class<?>, Node) - Method in class org.apache.ws.commons.schema.extensions.DefaultExtensionSerializer
serialize the given element
serialize(XmlSchemaObject, Class<?>, Node) - Method in interface org.apache.ws.commons.schema.extensions.ExtensionSerializer
serialize the given element
serializeExtension(XmlSchemaObject, Class<?>, Node) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
Serialize a given extension element
serializeSchema(XmlSchema, boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaSerializer
Serialize an entire schema, returning an array of DOM Documents, one per XSL file.
setAbstract(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setAbstract(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setAbstractElement(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
Set the 'abstract' attribute of this element.
setAll(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setAnnotation(XmlSchemaAnnotation) - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
setAnyAttribute(XmlSchemaAnyAttribute) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
setAttributeFormDefault(XmlSchemaForm) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the default attribute form for this schema.
setAttributes(List<XmlSchemaAttributeOrGroupRef>) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
setBaseType(XmlSchemaSimpleType) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
setBaseType(XmlSchemaSimpleType) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
 
setBaseTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
setBaseTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
setBaseTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
 
setBaseTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
 
setBaseTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
 
setBaseUri(String) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Set the base URI.
setBlock(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setBlock(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setBlockDefault(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the default block value for this schema.
setCollectionBaseURI(String) - Method in interface org.apache.ws.commons.schema.resolver.CollectionURIResolver
 
setCollectionBaseURI(String) - Method in class org.apache.ws.commons.schema.resolver.DefaultURIResolver
set the collection base URI, which serves as a fallback from the base of the immediate schema.
setContent(XmlSchemaContent) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContent
 
setContent(XmlSchemaContent) - Method in class org.apache.ws.commons.schema.XmlSchemaContentModel
 
setContent(XmlSchemaContent) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleContent
 
setContent(XmlSchemaSimpleTypeContent) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleType
 
setContentModel(XmlSchemaContentModel) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setContentType(XmlSchemaContentType) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setDefaultExtensionDeserializer(ExtensionDeserializer) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
 
setDefaultExtensionSerializer(ExtensionSerializer) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
 
setDefaultValue(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setDefaultValue(String) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setDeriveBy(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
setElementFormDefault(XmlSchemaForm) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the default element form for this schema.
setEmpty(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setExtension(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setExtReg(ExtensionRegistry) - Method in class org.apache.ws.commons.schema.SchemaBuilder
 
setExtReg(ExtensionRegistry) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
setExtReg(ExtensionRegistry) - Method in class org.apache.ws.commons.schema.XmlSchemaSerializer
Set the registry of extensions for this serializer.
setFinal(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setFinal(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
setFinalDefault(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the default 'final' value for this schema.
setFinalDerivation(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setFinalDerivation(XmlSchemaDerivationMethod) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
setFixed(boolean) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Sets whether the constraint value may be overridden in child definitions (true means that it cannot).
setFixed(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaFacet
 
setFixedValue(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setFixedValue(String) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setForm(XmlSchemaForm) - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamedWithForm
Set the schema form.
setForm(XmlSchemaForm) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
Set the schema form.
setForm(XmlSchemaForm) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setForm(XmlSchemaForm) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setId(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
setInputEncoding(String) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the character encoding name for the schema.
setItemType(XmlSchemaSimpleType) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeList
 
setItemTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeList
 
setKnownNamespaceMap(Map<String, XmlSchema>) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
sets the known namespace map
setLanguage(String) - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
setLineNumber(int) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
setLinePosition(int) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
setList(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setMarkup(NodeList) - Method in class org.apache.ws.commons.schema.XmlSchemaAppInfo
 
setMarkup(NodeList) - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
setMaxOccurs(long) - Method in class org.apache.ws.commons.schema.XmlSchemaParticle
 
setMemberTypesQNames(QName[]) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
setMemberTypesSource(String) - Method in class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
setMetaInfoMap(Map<Object, Object>) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
Directly set the meta info map into the schema element
setMinOccurs(long) - Method in class org.apache.ws.commons.schema.XmlSchemaParticle
 
setMixed(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContent
 
setMixed(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setMixed(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
setName(String) - Method in interface org.apache.ws.commons.schema.utils.XmlSchemaNamed
Set the name.
setName(String) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
Set the name.
setName(String) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
Set the name.
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
setName(String) - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
setNamedObject(XmlSchemaNamed) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
setNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAny
 
setNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAnyAttribute
 
setNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchemaImport
 
setNamespaceContext(NamespacePrefixList) - Method in class org.apache.ws.commons.schema.XmlSchema
Sets the schema elements namespace context.
setNamespaceContext(NamespacePrefixList) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Set the namespace context for this collection, which controls the assignment of namespace prefixes to namespaces.
setNamespaceToLocationMapping(Map<String, String>) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Sets the XML Schema namespace -> location mapping to use when defining the schemaLocation attribute in the generated XML document.
setNillable(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setNone(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setParticle(XmlSchemaParticle) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
 
setParticle(XmlSchemaParticle) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
 
setParticle(XmlSchemaParticle) - Method in class org.apache.ws.commons.schema.XmlSchemaComplexType
 
setParticle(XmlSchemaGroupParticle) - Method in class org.apache.ws.commons.schema.XmlSchemaGroup
 
setProcessContent(XmlSchemaContentProcessing) - Method in class org.apache.ws.commons.schema.XmlSchemaAny
 
setProcessContent(XmlSchemaContentProcessing) - Method in class org.apache.ws.commons.schema.XmlSchemaAnyAttribute
 
setProtected(boolean) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
Turns on or off protection of collections for this thread.
setPublic(String) - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
setRefer(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaKeyref
 
setRefName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaGroupRef
 
setRefObject(XmlSchemaRefBase) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
If the named object also implements ref=, it should pass the reference object here for some error checking.
setRestriction(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setSchema(XmlSchema) - Method in class org.apache.ws.commons.schema.XmlSchemaExternal
Store a reference to an XmlSchema corresponding to this item.
setSchemaLocation(String) - Method in class org.apache.ws.commons.schema.XmlSchemaExternal
 
setSchemaNamespacePrefix(String) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the namespace prefix corresponding to the target namespace.
setSchemaResolver(URIResolver) - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
Register a custom URI resolver
setSchemaType(XmlSchemaSimpleType) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setSchemaType(XmlSchemaType) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setSchemaTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setSchemaTypeName(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setSelector(XmlSchemaXPath) - Method in class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
 
setSource(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAppInfo
 
setSource(String) - Method in class org.apache.ws.commons.schema.XmlSchemaDocumentation
 
setSourceURI(String) - Method in class org.apache.ws.commons.schema.XmlSchemaObject
 
setStateMachinesByQName(Map<QName, XmlSchemaStateMachineNode>) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Sets the mapping of QNames to XmlSchemaStateMachineNodes.
setSubstitution(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setSubstitutionGroup(QName) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setSystem(String) - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
setTargetNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchema
Set the target namespace for this schema.
setTargetNamespace(String) - Method in class org.apache.ws.commons.schema.XmlSchemaAny
Sets the schema's target namespace.
setTargetQName(QName) - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
setType(XmlSchemaType) - Method in interface org.apache.ws.commons.schema.TypeReceiver
 
setType(XmlSchemaType) - Method in class org.apache.ws.commons.schema.XmlSchemaElement
 
setUnhandledAttributes(Attr[]) - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
setUnion(boolean) - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
setUse(XmlSchemaUse) - Method in class org.apache.ws.commons.schema.XmlSchemaAttribute
 
setUserDefinedContent(U) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Attaches user-defined content to this XmlSchemaDocumentNode.
setUserDefinedContent(V) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
Attaches user-defined content to this XmlSchemaPathNode.
setUserRecognizedType(QName) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Sets the user-recognized type.
setUserRecognizedTypes(Set<QName>) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Defines the set of types the calling code recognizes.
setValue(Object) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Sets the constraint value.
setValue(Object) - Method in class org.apache.ws.commons.schema.XmlSchemaFacet
 
setXPath(String) - Method in class org.apache.ws.commons.schema.XmlSchemaXPath
 
startDocument() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
 
startDocument() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Kick-starts a new SAX walk, building new XmlSchemaPathNode and XmlSchemaDocumentNode traversals in the process.
startElement(String, String, String, Attributes) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
Starts a new element in the generated XML document.
startElement(String, String, String, Attributes) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Find the path through the XML Schema that best matches this element, traversing any relevant groups, and backtracking if necessary.
startPrefixMapping(String, String) - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
 
startPrefixMapping(String, String) - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Handles a new prefix mapping in the SAX walk.

T

TargetNamespaceValidator - Interface in org.apache.ws.commons.schema.utils
Interface called when reading a schema to validate the target namespace.
targetQName - Variable in class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
toString() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode
Builds a String representing this XmlSchemaStateMachineNode.
toString() - Method in class org.apache.ws.commons.schema.utils.XmlSchemaRef
 
toString() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Returns a String representation of this facet.
toString() - Method in class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
A String representation of this XmlSchemaTypeInfo.
toString() - Method in class org.apache.ws.commons.schema.XmlSchema
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaCollection
 
toString() - Method in enum org.apache.ws.commons.schema.XmlSchemaContentProcessing
 
toString() - Method in enum org.apache.ws.commons.schema.XmlSchemaContentType
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
toString() - Method in enum org.apache.ws.commons.schema.XmlSchemaForm
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaNotation
 
toString() - Method in class org.apache.ws.commons.schema.XmlSchemaType
 
toString() - Method in enum org.apache.ws.commons.schema.XmlSchemaUse
 
TypeReceiver - Interface in org.apache.ws.commons.schema
A TypeReceiver is something that can have its type set.

U

unregisterDeserializer(Class<?>) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
remove the registration for a deserializer with a QName
unregisterSerializer(QName) - Method in class org.apache.ws.commons.schema.extensions.ExtensionRegistry
remove the registration for a serializer with a QName
URI_2001_SCHEMA_XSD - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
URI_2001_SCHEMA_XSI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
URIResolver - Interface in org.apache.ws.commons.schema.resolver
 
UtilObjects - Class in org.apache.ws.commons.schema.utils
This class contains a few convenient methods
UtilObjects() - Constructor for class org.apache.ws.commons.schema.utils.UtilObjects
 

V

validate(XmlSchema) - Method in interface org.apache.ws.commons.schema.utils.TargetNamespaceValidator
Called for validating the given schemas target namespace.
ValidationEvent - Class in org.apache.ws.commons.schema
 
ValidationEvent(Object) - Constructor for class org.apache.ws.commons.schema.ValidationEvent
Creates new ValidationEvent
valueOf(String) - Static method in enum org.apache.ws.commons.schema.docpath.XmlSchemaPathNode.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaRestriction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSchemaUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ws.commons.schema.XmlSeverityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ws.commons.schema.docpath.XmlSchemaPathNode.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaBaseSimpleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaRestriction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.XmlSchemaContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.XmlSchemaForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.XmlSchemaUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ws.commons.schema.XmlSeverityType
Returns an array containing the constants of this enum type, in the order they are declared.

W

walk(Document) - Method in class org.apache.ws.commons.schema.docpath.SaxWalkerOverDom
Walks the provided Document, sending events to all of the ContentHandlers as it traverses.
walk(XmlSchemaElement) - Method in class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Initiates a walk through the XmlSchemaCollection starting with the provided root XmlSchemaElement.
withSchemaModifiable(Runnable) - Static method in class org.apache.ws.commons.schema.utils.CollectionFactory
 
write(OutputStream) - Method in class org.apache.ws.commons.schema.XmlSchema
Serialize the schema as XML to the specified stream using the encoding established with XmlSchema.setInputEncoding(String).
write(OutputStream, Map<String, String>) - Method in class org.apache.ws.commons.schema.XmlSchema
Serialize the schema as XML to the specified stream using the encoding established with XmlSchema.setInputEncoding(String).
write(Writer) - Method in class org.apache.ws.commons.schema.XmlSchema
Serialize the schema to a Writer.
write(Writer, Map<String, String>) - Method in class org.apache.ws.commons.schema.XmlSchema
Serialize the schema to a Writer.

X

XDOMUtil - Class in org.apache.ws.commons.schema.utils
 
XML_NS_PREFIX - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XML_NS_URI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XMLNS_ATTRIBUTE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XMLNS_ATTRIBUTE_NS_URI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XMLNS_PREFIX - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XMLNS_URI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XmlSchema - Class in org.apache.ws.commons.schema
Contains the definition of a schema.
XmlSchema() - Constructor for class org.apache.ws.commons.schema.XmlSchema
Create a schema that is not a member of a collection and has no target namespace or system ID.
XmlSchema(String, String, XmlSchemaCollection) - Constructor for class org.apache.ws.commons.schema.XmlSchema
Create a new schema with a target namespace and system ID, and record it as a member of a schema collection.
XmlSchema(String, XmlSchemaCollection) - Constructor for class org.apache.ws.commons.schema.XmlSchema
Create a new schema in a collection with a target namespace.
XmlSchemaAll - Class in org.apache.ws.commons.schema
Permits the elements in the group to appear (or not appear) in any order in the containing element.
XmlSchemaAll() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAll
Creates new XmlSchemaAll
XmlSchemaAllMember - Interface in org.apache.ws.commons.schema
This interface exists to allow all of the items that can occur in an all element to have a type in common.
XmlSchemaAnnotated - Class in org.apache.ws.commons.schema
The base class for any element that can contain an annotation element.
XmlSchemaAnnotated() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAnnotated
 
XmlSchemaAnnotation - Class in org.apache.ws.commons.schema
Defines an annotation.
XmlSchemaAnnotation() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAnnotation
Creates new XmlSchemaAnnotation
XmlSchemaAnnotationItem - Class in org.apache.ws.commons.schema
Common base class of the items that can live inside an annotation.
XmlSchemaAnnotationItem() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAnnotationItem
 
XmlSchemaAny - Class in org.apache.ws.commons.schema
Enables any element from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAny() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAny
Creates new XmlSchemaAny
XmlSchemaAnyAttribute - Class in org.apache.ws.commons.schema
Enables any attribute from the specified namespace or namespaces to appear in the containing complexType element.
XmlSchemaAnyAttribute() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAnyAttribute
Creates new XmlSchemaAnyAttribute
XmlSchemaAppInfo - Class in org.apache.ws.commons.schema
Defines application specific information within an annotation.
XmlSchemaAppInfo() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAppInfo
Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
XmlSchemaAttribute - Class in org.apache.ws.commons.schema
Class for attributes, representing xs:attribute.
XmlSchemaAttribute(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaAttribute
Create a new attribute.
XmlSchemaAttributeGroup - Class in org.apache.ws.commons.schema
Class for attribute groups.
XmlSchemaAttributeGroup(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaAttributeGroup
Creates new XmlSchemaAttributeGroup
XmlSchemaAttributeGroupMember - Interface in org.apache.ws.commons.schema
Implemented by the types that can go into an attribute group.
XmlSchemaAttributeGroupRef - Class in org.apache.ws.commons.schema
Class for the attribute group reference.
XmlSchemaAttributeGroupRef(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
Create an attribute group reference.
XmlSchemaAttributeOrGroupRef - Class in org.apache.ws.commons.schema
Several objects in the model allow either an XmlSchemaAttribute or an XmlSchemaAttributeGroupRef.
XmlSchemaAttributeOrGroupRef() - Constructor for class org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef
 
XmlSchemaAttrInfo - Class in org.apache.ws.commons.schema.walker
This represents a complete XML Schema Attribute, after references are followed and types are defined.
XmlSchemaAttrInfo(XmlSchemaAttribute, XmlSchemaTypeInfo) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaAttrInfo
Constructs a new XmlSchemaAttrInfo from the provided XmlSchemaAttribute and XmlSchemaTypeInfo.
XmlSchemaBaseSimpleType - Enum in org.apache.ws.commons.schema.walker
Represents the set of simple types defined by XML Schema, and conversions between them and their respective QNames.
XmlSchemaChoice - Class in org.apache.ws.commons.schema
Allows only one of its children to appear in an instance.
XmlSchemaChoice() - Constructor for class org.apache.ws.commons.schema.XmlSchemaChoice
Creates new XmlSchemaChoice
XmlSchemaChoiceMember - Interface in org.apache.ws.commons.schema
This interface exists to allow all of the items that can occur in a choice element to have a type in common.
XmlSchemaCollection - Class in org.apache.ws.commons.schema
Contains a cache of XML Schema definition language (XSD).
XmlSchemaCollection() - Constructor for class org.apache.ws.commons.schema.XmlSchemaCollection
Creates new XmlSchemaCollection
XmlSchemaCollection.SchemaKey - Class in org.apache.ws.commons.schema
Key that identifies a schema in a collection, composed of a targetNamespace and a system ID.
XmlSchemaComplexContent - Class in org.apache.ws.commons.schema
Class that represents the complex content model for complex types.
XmlSchemaComplexContent() - Constructor for class org.apache.ws.commons.schema.XmlSchemaComplexContent
Creates new XmlSchemaComplexContent
XmlSchemaComplexContentExtension - Class in org.apache.ws.commons.schema
Class for complex types with a complex content model derived by extension.
XmlSchemaComplexContentExtension() - Constructor for class org.apache.ws.commons.schema.XmlSchemaComplexContentExtension
Creates new XmlSchemaComplexContentExtension
XmlSchemaComplexContentRestriction - Class in org.apache.ws.commons.schema
Class for complex types with a complex content model that are derived by restriction.
XmlSchemaComplexContentRestriction() - Constructor for class org.apache.ws.commons.schema.XmlSchemaComplexContentRestriction
Creates new XmlSchemaComplexContentRestriction
XmlSchemaComplexType - Class in org.apache.ws.commons.schema
Class for complex types.
XmlSchemaComplexType(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaComplexType
Creates new XmlSchemaComplexType
XmlSchemaContent - Class in org.apache.ws.commons.schema
An abstract class for schema content.
XmlSchemaContent() - Constructor for class org.apache.ws.commons.schema.XmlSchemaContent
Creates new XmlSchemaContent
XmlSchemaContentModel - Class in org.apache.ws.commons.schema
An abstract class for the schema content model.
XmlSchemaContentModel() - Constructor for class org.apache.ws.commons.schema.XmlSchemaContentModel
Creates new XmlSchemaContentModel
XmlSchemaContentProcessing - Enum in org.apache.ws.commons.schema
Provides information about the validation mode of any and anyAttribute element replacements.
XmlSchemaContentType - Enum in org.apache.ws.commons.schema
Enumerations for the content model of the complex type.
XmlSchemaDerivationMethod - Class in org.apache.ws.commons.schema
Values for block and final attributes.
XmlSchemaDerivationMethod() - Constructor for class org.apache.ws.commons.schema.XmlSchemaDerivationMethod
 
XmlSchemaDocumentation - Class in org.apache.ws.commons.schema
Class that specifies information to be read or used by humans within an annotation.
XmlSchemaDocumentation() - Constructor for class org.apache.ws.commons.schema.XmlSchemaDocumentation
Creates new XmlSchemaDocumentation
XmlSchemaDocumentNode<U> - Class in org.apache.ws.commons.schema.docpath
The XmlSchemaDocumentNode represents a node in the XML Schema as it is used by an XML document.
XmlSchemaElement - Class in org.apache.ws.commons.schema
Class for elements, representing xs:element.
XmlSchemaElement(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaElement
Creates new XmlSchemaElement
XmlSchemaEnumerationFacet - Class in org.apache.ws.commons.schema
Class for defining enumeration facets.
XmlSchemaEnumerationFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaEnumerationFacet
Creates new XmlSchemaEnumerationFacet
XmlSchemaEnumerationFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaEnumerationFacet
 
XmlSchemaException - Exception in org.apache.ws.commons.schema
Returns detailed information about the schema exception.
XmlSchemaException() - Constructor for exception org.apache.ws.commons.schema.XmlSchemaException
Creates new XmlSchemaException
XmlSchemaException(String) - Constructor for exception org.apache.ws.commons.schema.XmlSchemaException
 
XmlSchemaException(String, Throwable) - Constructor for exception org.apache.ws.commons.schema.XmlSchemaException
 
XmlSchemaExternal - Class in org.apache.ws.commons.schema
Common class for include, import, and redefine.
XmlSchemaExternal(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaExternal
Creates new XmlSchemaExternal
XmlSchemaFacet - Class in org.apache.ws.commons.schema
Abstract class for all facets that are used when simple types are derived by restriction.
XmlSchemaFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaFacet
Creates new XmlSchemaFacet
XmlSchemaFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaFacet
 
XmlSchemaForm - Enum in org.apache.ws.commons.schema
Indicates if attributes or elements need to be qualified or left unqualified.
XmlSchemaFractionDigitsFacet - Class in org.apache.ws.commons.schema
Class for defining fractionDigits facets.
XmlSchemaFractionDigitsFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaFractionDigitsFacet
Creates new XmlSchemaFractionDigitsFacet
XmlSchemaFractionDigitsFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaFractionDigitsFacet
 
XmlSchemaGroup - Class in org.apache.ws.commons.schema
Class that defines groups at the schema level that are referenced from the complex types.
XmlSchemaGroup(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaGroup
 
XmlSchemaGroupParticle - Class in org.apache.ws.commons.schema
Common type for items that can serve as the particle of a group.
XmlSchemaGroupParticle() - Constructor for class org.apache.ws.commons.schema.XmlSchemaGroupParticle
 
XmlSchemaGroupRef - Class in org.apache.ws.commons.schema
Class used within complex types that defines the reference to groups defined at the schema level.
XmlSchemaGroupRef() - Constructor for class org.apache.ws.commons.schema.XmlSchemaGroupRef
Creates new XmlSchemaGroupRef
XmlSchemaIdentityConstraint - Class in org.apache.ws.commons.schema
Class for the identity constraints: key, keyref, and unique elements.
XmlSchemaIdentityConstraint() - Constructor for class org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
Creates new XmlSchemaIdentityConstraint
XmlSchemaImport - Class in org.apache.ws.commons.schema
The class to import schema components from any schema.
XmlSchemaImport(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaImport
Creates new XmlSchemaImport
XmlSchemaInclude - Class in org.apache.ws.commons.schema
Class to include declarations and definitions from an external schema.
XmlSchemaInclude(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaInclude
Creates new XmlSchemaInclude
XmlSchemaItemWithRef<T extends XmlSchemaNamed> - Interface in org.apache.ws.commons.schema
Interface implemented by the objects that support ref=.
XmlSchemaItemWithRefBase - Interface in org.apache.ws.commons.schema
Common interface for all objects that can 'ref=' to a global item of the same type.
XmlSchemaKey - Class in org.apache.ws.commons.schema
Identifies a key constraint.
XmlSchemaKey() - Constructor for class org.apache.ws.commons.schema.XmlSchemaKey
Creates new XmlSchemaKey
XmlSchemaKeyref - Class in org.apache.ws.commons.schema
Identifies a keyref constraint.
XmlSchemaKeyref() - Constructor for class org.apache.ws.commons.schema.XmlSchemaKeyref
Creates new XmlSchemaKeyref
XmlSchemaLengthFacet - Class in org.apache.ws.commons.schema
Class for defining length facets.
XmlSchemaLengthFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaLengthFacet
Creates new XmlSchemaLengthFacet
XmlSchemaLengthFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaLengthFacet
 
XmlSchemaMaxExclusiveFacet - Class in org.apache.ws.commons.schema
Class for defining maxExclusive facets.
XmlSchemaMaxExclusiveFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxExclusiveFacet
Creates new XmlSchemaMaxExclusiveFacet
XmlSchemaMaxExclusiveFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxExclusiveFacet
 
XmlSchemaMaxInclusiveFacet - Class in org.apache.ws.commons.schema
Class for defining maxInclusive facets.
XmlSchemaMaxInclusiveFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxInclusiveFacet
Creates new XmlSchemaMaxInclusiveFacet
XmlSchemaMaxInclusiveFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxInclusiveFacet
 
XmlSchemaMaxLengthFacet - Class in org.apache.ws.commons.schema
Class for defining maxLength facets.
XmlSchemaMaxLengthFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxLengthFacet
Creates new XmlSchemaMaxLengthFacet
XmlSchemaMaxLengthFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMaxLengthFacet
 
XmlSchemaMinExclusiveFacet - Class in org.apache.ws.commons.schema
Class for defining minExclusive facets.
XmlSchemaMinExclusiveFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinExclusiveFacet
Creates new XmlSchemaMinExclusive
XmlSchemaMinExclusiveFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinExclusiveFacet
 
XmlSchemaMinInclusiveFacet - Class in org.apache.ws.commons.schema
Class for defining minInclusive facets.
XmlSchemaMinInclusiveFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinInclusiveFacet
Creates new XmlSchemaMinInclusive
XmlSchemaMinInclusiveFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinInclusiveFacet
 
XmlSchemaMinLengthFacet - Class in org.apache.ws.commons.schema
Class for defining minLength facets.
XmlSchemaMinLengthFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinLengthFacet
Creates new XmlSchemaMinLengthFacet
XmlSchemaMinLengthFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaMinLengthFacet
 
XmlSchemaNamed - Interface in org.apache.ws.commons.schema.utils
A named item.
XmlSchemaNamedImpl - Class in org.apache.ws.commons.schema.utils
Common class of all of the named objects in the XML Schema model.
XmlSchemaNamedImpl(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.utils.XmlSchemaNamedImpl
Create a new named object.
XmlSchemaNamedWithForm - Interface in org.apache.ws.commons.schema.utils
Attributes and elements have names that are influenced by their form.
XmlSchemaNamedWithFormImpl - Class in org.apache.ws.commons.schema.utils
 
XmlSchemaNamedWithFormImpl(XmlSchema, boolean, boolean) - Constructor for class org.apache.ws.commons.schema.utils.XmlSchemaNamedWithFormImpl
Delegate object for managing names for attributes and elements.
XmlSchemaNamespaceContext - Class in org.apache.ws.commons.schema.docpath
A NamespaceContext.
XmlSchemaNamespaceContext() - Constructor for class org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
Constructs a new XmlSchemaNamespaceContext with the following initial mappings: xml -> http://www.w3.org/1999/namespace xmlns -> http://www.w3.org/2000/xmlns/
XmlSchemaNotation - Class in org.apache.ws.commons.schema
Class represents a notation.
XmlSchemaNotation(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaNotation
Creates new XmlSchemaNotation
XmlSchemaNumericFacet - Class in org.apache.ws.commons.schema
Abstract class for defining numeric facets.
XmlSchemaNumericFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaNumericFacet
Creates new XmlSchemaNumericFacet
XmlSchemaNumericFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaNumericFacet
 
XmlSchemaObject - Class in org.apache.ws.commons.schema
 
XmlSchemaObject() - Constructor for class org.apache.ws.commons.schema.XmlSchemaObject
Creates new XmlSchemaObject
XmlSchemaObjectBase - Interface in org.apache.ws.commons.schema.utils
This interface exists to tie the type hierarchy of things like XmlSchemaNamed to the main type hierarchy of XmlSchemaObject.
XmlSchemaParticle - Class in org.apache.ws.commons.schema
Schema particles.
XmlSchemaParticle() - Constructor for class org.apache.ws.commons.schema.XmlSchemaParticle
 
XmlSchemaPathFinder<U,V> - Class in org.apache.ws.commons.schema.docpath
Performs a SAX-based walk through the XML document, determining the interpretation ("path") that best matches the XML Schema.
XmlSchemaPathFinder(XmlSchemaStateMachineNode) - Constructor for class org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder
Creates a new XmlToAvroPathCreator with the root XmlSchemaStateMachineNode to start from when evaluating documents.
XmlSchemaPathNode<U,V> - Class in org.apache.ws.commons.schema.docpath
This represents a node in the path when walking an XML or Avro document.
XmlSchemaPathNode.Direction - Enum in org.apache.ws.commons.schema.docpath
Represents a path's direction.
XmlSchemaPatternFacet - Class in org.apache.ws.commons.schema
Class for defining pattern facets.
XmlSchemaPatternFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaPatternFacet
Creates new XmlSchemaPatternFacet
XmlSchemaPatternFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaPatternFacet
 
XmlSchemaRedefine - Class in org.apache.ws.commons.schema
Allows simple and complex types, groups, and attribute groups from external schema files to be redefined in the current schema.
XmlSchemaRedefine(XmlSchema) - Constructor for class org.apache.ws.commons.schema.XmlSchemaRedefine
Creates new XmlSchemaRedefine
XmlSchemaRef<T extends XmlSchemaNamed> - Class in org.apache.ws.commons.schema.utils
Implementation for ref='QName', a common construct in the schema.
XmlSchemaRef(XmlSchema, Class<T>) - Constructor for class org.apache.ws.commons.schema.utils.XmlSchemaRef
 
XmlSchemaRefBase - Class in org.apache.ws.commons.schema.utils
 
XmlSchemaRefBase() - Constructor for class org.apache.ws.commons.schema.utils.XmlSchemaRefBase
 
XmlSchemaRestriction - Class in org.apache.ws.commons.schema.walker
This represents an XmlSchemaFacet.
XmlSchemaRestriction(XmlSchemaRestriction.Type) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Constructs a new XmlSchemaRestriction from only the XmlSchemaRestriction.Type.
XmlSchemaRestriction(XmlSchemaRestriction.Type, Object, boolean) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
Constructs a new XmlSchemaRestriction from the XmlSchemaRestriction.Type, constraining value, and whether the facet may be overridden by child type definitions.
XmlSchemaRestriction.Type - Enum in org.apache.ws.commons.schema.walker
The facet type: one of the known constraining facets defined by XML Schema.
XmlSchemaSequence - Class in org.apache.ws.commons.schema
Requires the elements in the group to appear in the specified sequence within the containing element.
XmlSchemaSequence() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSequence
Creates new XmlSchemaSequence
XmlSchemaSequenceMember - Interface in org.apache.ws.commons.schema
Common type for all items that can occur in a sequence.
XmlSchemaSerializer - Class in org.apache.ws.commons.schema
Convert from the XML Schema class representation to the standard XML representation.
XmlSchemaSerializer() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSerializer
Create a new serializer.
XmlSchemaSerializer.XmlSchemaSerializerException - Exception in org.apache.ws.commons.schema
Exception class used for serialization problems.
XmlSchemaSerializer.XmlSchemaSerializerException(String) - Constructor for exception org.apache.ws.commons.schema.XmlSchemaSerializer.XmlSchemaSerializerException
Standard constructor with a message.
XmlSchemaSimpleContent - Class in org.apache.ws.commons.schema
Class for simple types and complex types with a simple content model.
XmlSchemaSimpleContent() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleContent
Creates new XmlSchemaSimpleContent
XmlSchemaSimpleContentExtension - Class in org.apache.ws.commons.schema
Class for simple types that are derived by extension.
XmlSchemaSimpleContentExtension() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleContentExtension
Creates new XmlSchemaSimpleContentExtension
XmlSchemaSimpleContentRestriction - Class in org.apache.ws.commons.schema
Class for simple types that are derived by restriction.
XmlSchemaSimpleContentRestriction() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleContentRestriction
Creates new XmlSchemaSimpleContentRestriction
XmlSchemaSimpleType - Class in org.apache.ws.commons.schema
Class defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.
XmlSchemaSimpleType(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleType
Creates new XmlSchemaSimpleType
XmlSchemaSimpleTypeContent - Class in org.apache.ws.commons.schema
Abstract class for simple type content classes.
XmlSchemaSimpleTypeContent() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleTypeContent
Creates new XmlSchemaSimpleTypeContent
XmlSchemaSimpleTypeList - Class in org.apache.ws.commons.schema
Class for the list of simpleType elements.
XmlSchemaSimpleTypeList() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleTypeList
Creates new XmlSchemaSimpleTypeList
XmlSchemaSimpleTypeRestriction - Class in org.apache.ws.commons.schema
Class for the restriction of simpleType elements.
XmlSchemaSimpleTypeRestriction() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction
Creates new XmlSchemaSimpleTypeRestriction
XmlSchemaSimpleTypeUnion - Class in org.apache.ws.commons.schema
Class for the union of simpleType elements.
XmlSchemaSimpleTypeUnion() - Constructor for class org.apache.ws.commons.schema.XmlSchemaSimpleTypeUnion
 
XmlSchemaStateMachineGenerator - Class in org.apache.ws.commons.schema.docpath
Builds a state machine from an XmlSchema representing how to walk through the schema when parsing an XML document.
XmlSchemaStateMachineGenerator() - Constructor for class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
Constructs a new XmlSchemaStateMachineGenerator, ready to start walking XmlSchemas.
XmlSchemaStateMachineNode - Class in org.apache.ws.commons.schema.docpath
This represents a node in the state machine used when parsing an XML Document based on its XmlSchema and Avro org.apache.avro.Schema.
XmlSchemaStateMachineNode.Type - Enum in org.apache.ws.commons.schema.docpath
 
XmlSchemaTotalDigitsFacet - Class in org.apache.ws.commons.schema
Class for defining totalDigits facets.
XmlSchemaTotalDigitsFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaTotalDigitsFacet
Creates new XmlSchemaTotalDigitsFacet
XmlSchemaTotalDigitsFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaTotalDigitsFacet
 
XmlSchemaType - Class in org.apache.ws.commons.schema
The base class for all simple types and complex types.
XmlSchemaType(XmlSchema, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaType
Creates new XmlSchemaType
XmlSchemaTypeInfo - Class in org.apache.ws.commons.schema.walker
Represents an element's or attribute's type, meaning either a XmlSchemaBaseSimpleType with facets, a union or list of them, or a complex type.
XmlSchemaTypeInfo(XmlSchemaTypeInfo) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs a new XmlSchemaTypeInfo representing a list of other XmlSchemaTypeInfos.
XmlSchemaTypeInfo(XmlSchemaTypeInfo, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>>) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs a list with facets.
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo>) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs a union with the set of valid types a value adhering to the union must conform to.
XmlSchemaTypeInfo(List<XmlSchemaTypeInfo>, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>>) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs a union with the set of valid types the a value adhering to the union must conform to, along with any constraining facets on the union itself.
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs an atomic type with the XmlSchemaBaseSimpleType conforming values must adhere to.
XmlSchemaTypeInfo(XmlSchemaBaseSimpleType, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>>) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs an atomic type with the XmlSchemaBaseSimpleType conforming values must adhere to, along with any additional constraining facets.
XmlSchemaTypeInfo(boolean) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaTypeInfo
Constructs a complex type whose value may or may not be mixed.
XmlSchemaTypeInfo.Type - Enum in org.apache.ws.commons.schema.walker
What the data in this XmlSchemaTypeInfo represents.
XmlSchemaUnique - Class in org.apache.ws.commons.schema
Identifies a unique constraint among a set of elements.
XmlSchemaUnique() - Constructor for class org.apache.ws.commons.schema.XmlSchemaUnique
Creates new XmlSchemaUnique
XmlSchemaUse - Enum in org.apache.ws.commons.schema
use= values.
XmlSchemaVisitor - Interface in org.apache.ws.commons.schema.walker
Defines a visitor interface for notifications when walking an XmlSchema using the XmlSchemaWalker.
XmlSchemaWalker - Class in org.apache.ws.commons.schema.walker
Walks an XmlSchema from a starting XmlSchemaElement, notifying attached visitors as it descends.
XmlSchemaWalker(XmlSchemaCollection) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Initializes the XmlSchemaWalker with the XmlScheamCollection to reference when following an XmlSchemaElement.
XmlSchemaWalker(XmlSchemaCollection, XmlSchemaVisitor) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaWalker
Initializes the XmlSchemaWalker with an XmlSchemaVisitor to notify as the schema is walked.
XmlSchemaWhiteSpaceFacet - Class in org.apache.ws.commons.schema
Class for defining whiteSpace facets.
XmlSchemaWhiteSpaceFacet() - Constructor for class org.apache.ws.commons.schema.XmlSchemaWhiteSpaceFacet
Creates new XmlSchemaWhiteSpaceFacet
XmlSchemaWhiteSpaceFacet(Object, boolean) - Constructor for class org.apache.ws.commons.schema.XmlSchemaWhiteSpaceFacet
 
XmlSchemaXPath - Class in org.apache.ws.commons.schema
Class for XML Path Language (XPath) expressions.
XmlSchemaXPath() - Constructor for class org.apache.ws.commons.schema.XmlSchemaXPath
Creates new XmlSchemaXPath
XmlSeverityType - Enum in org.apache.ws.commons.schema
Represents the severity of the validation event.
XSD_ANY - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ANYSIMPLETYPE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ANYTYPE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ANYURI - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_BASE64 - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_BOOLEAN - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_BYTE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DATE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DATETIME - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DAY - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DECIMAL - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DOUBLE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_DURATION - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ENTITIES - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ENTITY - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_FLOAT - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_HEXBIN - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_ID - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_IDREF - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_IDREFS - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_INT - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_INTEGER - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_LANGUAGE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_LONG - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_MONTH - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_MONTHDAY - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NAME - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NAMESPACE - Static variable in class org.apache.ws.commons.schema.XmlSchemaSerializer
 
XSD_NCNAME - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NEGATIVEINTEGER - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NMTOKEN - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NMTOKENS - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NONNEGATIVEINTEGER - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NONPOSITIVEINTEGER - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NORMALIZEDSTRING - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_NOTATION - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_POSITIVEINTEGER - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_QNAME - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_SCHEMA - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_SHORT - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_STRING - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_TIME - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_TOKEN - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_UNSIGNEDBYTE - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_UNSIGNEDINT - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_UNSIGNEDLONG - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_UNSIGNEDSHORT - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_YEAR - Static variable in class org.apache.ws.commons.schema.constants.Constants
 
XSD_YEARMONTH - Static variable in class org.apache.ws.commons.schema.constants.Constants
 

A C D E F G H I N O P R S T U V W X

Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.