- 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
null
if none.
- getAnyAttribute() - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getStateMachineNode() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaPathNode
-
- getStateMachineNodesByQName() - Method in class org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineGenerator
-
- getStateMachinesByQName() - Method in class org.apache.ws.commons.schema.docpath.DomBuilderFromSax
-
- 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
-
- 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
-
- 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
-
- 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
XmlSchemaStateMachineNode
s.
- getXPath() - Method in class org.apache.ws.commons.schema.XmlSchemaXPath
-
- 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
ContentHandler
s 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
-
- 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.
- 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.
- 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
-
- 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
QName
s.
- 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
-
- 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
-
- 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
-
- XmlSchemaRestriction(XmlSchemaRestriction.Type) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
-
- XmlSchemaRestriction(XmlSchemaRestriction.Type, Object, boolean) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaRestriction
-
- XmlSchemaRestriction.Type - Enum in org.apache.ws.commons.schema.walker
-
- 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.
- 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
XmlSchema
s.
- 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 XmlSchemaTypeInfo
s.
- 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
-
- 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
-
- XmlSchemaWalker - Class in org.apache.ws.commons.schema.walker
-
- XmlSchemaWalker(XmlSchemaCollection) - Constructor for class org.apache.ws.commons.schema.walker.XmlSchemaWalker
-
- 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
-