- 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
-