A B C D E F G H I L M N O P Q S T U V W X 

A

ANNOTATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an annotation.
ANYSIMPLETYPE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
anySimpleType
ANYURI_DT - Static variable in interface org.apache.xerces.xs.XSConstants
anyURI
ATTRIBUTE_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute declaration.
ATTRIBUTE_GROUP - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute group definition.
ATTRIBUTE_USE - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an attribute use definition.
AttributePSVI - Interface in org.apache.xerces.xs
Represents a PSVI item for one attribute information item.

B

BASE64BINARY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
base64Binary
BOOLEAN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
boolean
BYTE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
byte
ByteList - Interface in org.apache.xerces.xs.datatypes
The ByteList is an immutable ordered collection of byte.

C

code - Variable in exception org.apache.xerces.xs.XSException
 
COMPLEX_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
The object describes a complex type.
COMPOSITOR_ALL - Static variable in interface org.apache.xerces.xs.XSModelGroup
This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model.
COMPOSITOR_CHOICE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a choice operator.
COMPOSITOR_SEQUENCE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a sequence operator.
constant() - Method in interface org.apache.xerces.xs.ItemPSVI
Returns a reference to an immutable instance with the same data that this instance of ItemPSVI currently has.
contains(byte) - Method in interface org.apache.xerces.xs.datatypes.ByteList
Checks if the byte item is a member of this list.
contains(Object) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
Checks if the Object item is a member of this list.
contains(short) - Method in interface org.apache.xerces.xs.ShortList
Checks if the unsigned short item is a member of this list.
contains(String) - Method in interface org.apache.xerces.xs.StringList
Checks if the GenericString item is a member of this list.
CONTENTTYPE_ELEMENT - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an element-only content type.
CONTENTTYPE_EMPTY - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an empty content type.
CONTENTTYPE_MIXED - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a mixed content type.
CONTENTTYPE_SIMPLE - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a simple content type.
createLSInputList(LSInput[]) - Method in interface org.apache.xerces.xs.XSImplementation
Creates an immutable LSInputList from the given array of LSInputs.
createStringList(String[]) - Method in interface org.apache.xerces.xs.XSImplementation
Creates an immutable StringList from the given array of Strings.
createXSLoader(StringList) - Method in interface org.apache.xerces.xs.XSImplementation
Creates a new XSLoader.

D

DATE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
date
DATETIME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
dateTime
DECIMAL_DT - Static variable in interface org.apache.xerces.xs.XSConstants
decimal
DERIVATION_EXTENSION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
DERIVATION_LIST - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
DERIVATION_NONE - Static variable in interface org.apache.xerces.xs.XSConstants
No constraint is available.
DERIVATION_RESTRICTION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set or XSElementDeclaration disallowed substitution group.
DERIVATION_SUBSTITUTION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
DERIVATION_UNION - Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition final set.
derivedFrom(String, String, short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given ancestor type.
derivedFromType(XSTypeDefinition, short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given ancestorType.
DOUBLE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
double
DURATION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
duration

E

ELEMENT_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an element declaration.
ElementPSVI - Interface in org.apache.xerces.xs
Represents a PSVI item for one element information item.
ENTITY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
ENTITY

F

FACET - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a constraining facet.
FACET_ENUMERATION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.5 enumeration.
FACET_FRACTIONDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.12 fractionDigits.
FACET_LENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.1 Length
FACET_MAXEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.9 maxExclusive.
FACET_MAXINCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.7 maxInclusive.
FACET_MAXLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.3 maxLength.
FACET_MINEXCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.9 minExclusive.
FACET_MININCLUSIVE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.10 minInclusive.
FACET_MINLENGTH - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.2 minLength.
FACET_NONE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
No facets defined.
FACET_PATTERN - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.4 pattern.
FACET_TOTALDIGITS - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.11 totalDigits .
FACET_WHITESPACE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
4.3.5 whitespace.
FLOAT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
float

G

GDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gDay
getAbstract() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[abstract]: a boolean.
getAbstract() - Method in interface org.apache.xerces.xs.XSElementDeclaration
{abstract} A boolean.
getActualFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
If this facet is minInclusive, maxInclusive, minExclusive, or maxExclusive, then return the actual value of the facet.
getActualNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getActualValue() instead
getActualNormalizedValueType() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getActualValueType() instead
getActualValue() - Method in interface org.apache.xerces.xs.XSValue
The actual value.
getActualValueType() - Method in interface org.apache.xerces.xs.XSValue
The actual value built-in datatype, e.g.
getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVC() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVC() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getActualValue() instead
getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getActualVCType() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getActualVCType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSFacet
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroup
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
An annotation if it exists, otherwise null.
getAnnotation() - Method in interface org.apache.xerces.xs.XSWildcard
An annotation if it exists, otherwise null.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSAttributeUse
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSElementDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSFacet
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSIDCDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModel
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroup
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[annotations]: a set of annotations if it exists, otherwise an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSParticle
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A sequence of [annotations] or an empty XSObjectList.
getAnnotations() - Method in interface org.apache.xerces.xs.XSWildcard
A sequence of [annotations] or an empty XSObjectList.
getAnnotationString() - Method in interface org.apache.xerces.xs.XSAnnotation
A text representation of the annotation.
getAnonymous() - Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience attribute.
getAttrDeclaration() - Method in interface org.apache.xerces.xs.XSAttributeUse
[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used.
getAttributeDeclaration() - Method in interface org.apache.xerces.xs.AttributePSVI
[attribute declaration]: An item isomorphic to the declaration component itself.
getAttributeDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getAttributeDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getAttributeGroup(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getAttributeGroup(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getAttributePSVI(int) - Method in interface org.apache.xerces.xs.PSVIProvider
Provides AttributePSVI given the index of an attribute information item in the current element's attribute list.
getAttributePSVIByName(String, String) - Method in interface org.apache.xerces.xs.PSVIProvider
Provides AttributePSVI given the namespace name and the local name of an attribute information item in the current element's attribute list.
getAttributeUses() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A set of [attribute uses] if it exists, otherwise an empty XSObjectList.
getAttributeUses() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A set of attribute uses if it exists, otherwise an empty XSObjectList.
getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSAttributeGroupDefinition
A [wildcard] if it exists, otherwise null.
getAttributeWildcard() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
An attribute wildcard if it exists, otherwise null.
getBaseType() - Method in interface org.apache.xerces.xs.XSTypeDefinition
{base type definition}: either a simple type definition or a complex type definition.
getBigDecimal() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getBigInteger() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getBounded() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: bounded.
getBuiltInKind() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Returns the closest built-in type category this type represents or derived from.
getByte() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getCategory() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[identity-constraint category]: one of key, keyref or unique.
getComponents(short) - Method in interface org.apache.xerces.xs.XSModel
Returns a list of top-level components, i.e.
getComponents(short) - Method in interface org.apache.xerces.xs.XSNamespaceItem
[schema components]: a list of top-level components, i.e.
getComponentsByNamespace(short, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getCompositor() - Method in interface org.apache.xerces.xs.XSModelGroup
[compositor]: one of all, choice or sequence.
getConfig() - Method in interface org.apache.xerces.xs.XSLoader
The configuration of a document.
getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED.
getConstraintType() - Method in interface org.apache.xerces.xs.XSAttributeUse
Value Constraint: one of default, fixed, or none.
getConstraintType() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[Value constraint]: one of VC_NONE, VC_DEFAULT, VC_FIXED.
getConstraintType() - Method in interface org.apache.xerces.xs.XSWildcard
Namespace constraint: A constraint type: any, not, list.
getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getNormalizedValue() instead
getContentType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[content type]: one of empty (CONTENTTYPE_EMPTY), a simple type definition (CONTENTTYPE_SIMPLE), mixed ( CONTENTTYPE_MIXED), or element-only ( CONTENTTYPE_ELEMENT).
getDays() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getDefinedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[facets]: all facets defined on this type.
getDerivationMethod() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[derivation method]: either DERIVATION_EXTENSION, DERIVATION_RESTRICTION, or DERIVATION_NONE (see XSConstants).
getDisallowedSubstitutions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[disallowed substitutions]: the returned value is a bit combination of the subset of { DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION } corresponding to substitutions disallowed by this XSElementDeclaration or DERIVATION_NONE.
getDocumentLocations() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[document location] - a list of location URIs for the documents that contributed to the XSModel.
getDuration() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getElementDeclaration() - Method in interface org.apache.xerces.xs.ElementPSVI
[element declaration]: an item isomorphic to the element declaration used to validate this element.
getElementDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getElementDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getElementPSVI() - Method in interface org.apache.xerces.xs.PSVIProvider
Provides the post schema validation item for the current element information item.
getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
getEnclosingCTDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
getEnumerationValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
A list of XSValue objects.
getErrorCodes() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema error code]: a list of error codes generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getErrorMessages() - Method in interface org.apache.xerces.xs.ItemPSVI
A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
getFacet(int) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constraining facet object.
getFacetKind() - Method in interface org.apache.xerces.xs.XSFacet
The name of the facet, e.g.
getFacetKind() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
The name of the facet, i.e.
getFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of constraining facets if it exists, otherwise an empty XSObjectList.
getFieldStrs() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[fields]: a non-empty list of restricted XPath 1.0 expressions.
getFinal() - Method in interface org.apache.xerces.xs.XSTypeDefinition
For complex types the returned value is a bit combination of the subset of {DERIVATION_EXTENSION, DERIVATION_RESTRICTION} corresponding to final set of this type or DERIVATION_NONE.
getFinite() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: cardinality.
getFixed() - Method in interface org.apache.xerces.xs.XSFacet
[Facets]: check whether a facet is fixed.
getFixedFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[facets]: all defined facets for this type which are fixed.
getHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getIDCDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getIDCDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getIdentityConstraints() - Method in interface org.apache.xerces.xs.XSElementDeclaration
identity-constraint definitions: a set of constraint definitions if it exists, otherwise an empty XSNamedMap.
getInt() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getIntFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
If this facet is length, minLength, maxLength, totalDigits, or fractionDigits, and if the value can fit in "int", then return the value of the facet as an int.
getIsSchemaSpecified() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema specified]: if true, the value was specified in the schema.
getItemType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is list the item type definition (an atomic or union simple type definition) is available, otherwise null.
getItemValueTypes() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSAttributeUse
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getItemValueTypes() - Method in interface org.apache.xerces.xs.XSElementDeclaration
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
getJAXPQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
 
getLength() - Method in interface org.apache.xerces.xs.datatypes.ByteList
The number of bytes in the list.
getLength() - Method in interface org.apache.xerces.xs.datatypes.ObjectList
The number of Objects in the list.
getLength() - Method in interface org.apache.xerces.xs.LSInputList
The number of LSInputs in the list.
getLength() - Method in interface org.apache.xerces.xs.ShortList
The number of unsigned shorts in the list.
getLength() - Method in interface org.apache.xerces.xs.StringList
The number of GenericStrings in the list.
getLength() - Method in interface org.apache.xerces.xs.XSNamedMap
The number of XSObjects in the XSObjectList.
getLength() - Method in interface org.apache.xerces.xs.XSNamespaceItemList
The number of XSNamespaceItems in the list.
getLength() - Method in interface org.apache.xerces.xs.XSObjectList
The number of XSObjects in the list.
getLexicalEnumeration() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of enumeration values if it exists, otherwise an empty StringList.
getLexicalFacetValue() - Method in interface org.apache.xerces.xs.XSFacet
A value of this facet.
getLexicalFacetValue(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
getLexicalFacetValues() - Method in interface org.apache.xerces.xs.XSMultiValueFacet
Values of this facet.
getLexicalPattern() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of pattern values if it exists, otherwise an empty StringList.
getLexicalValue() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getListValueTypes() - Method in interface org.apache.xerces.xs.XSValue
In the case the actual value represents a list, i.e.
getLong() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getMaxOccurs() - Method in interface org.apache.xerces.xs.XSParticle
[max occurs]: determines the maximum number of terms that can occur.
getMaxOccursUnbounded() - Method in interface org.apache.xerces.xs.XSParticle
[max occurs]: whether the maxOccurs value is unbounded.
getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
[member type definition]: if and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple type definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the schema item's normalized value.
getMemberTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
If the declared simple type definition is a union, return the member type actually used to validate the value.
getMemberTypeDefinitions() - Method in interface org.apache.xerces.xs.XSValue
If getTypeDefinition() returns a list type whose item type is a union type, then this method returns a list with the same length as the value list, for simple types that actually validated the corresponding item in the value.
getMemberTypes() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is union the list of member type definitions (a non-empty sequence of simple type definitions) is available, otherwise an empty XSObjectList.
getMinOccurs() - Method in interface org.apache.xerces.xs.XSParticle
[min occurs]: determines the minimum number of terms that can occur.
getMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getModelGroup() - Method in interface org.apache.xerces.xs.XSModelGroupDefinition
A model group.
getModelGroupDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getModelGroupDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getMonths() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getMultiValueFacets() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A list of enumeration and pattern constraining facets if it exists, otherwise an empty XSObjectList.
getName() - Method in interface org.apache.xerces.xs.XSObject
The name of type NCName, as defined in XML Namespaces, of this declaration specified in the {name} property of the component or null if the definition of this component does not have a {name} property.
getNamespace() - Method in interface org.apache.xerces.xs.XSObject
The [target namespace] of this object, or null if it is unspecified.
getNamespaceItem() - Method in interface org.apache.xerces.xs.XSObject
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.
getNamespaceItems() - Method in interface org.apache.xerces.xs.XSModel
A set of namespace schema information information items (of type XSNamespaceItem), one for each namespace name which appears as the target namespace of any schema component in the schema used for that assessment, and one for absent if any schema component in the schema had no target namespace.
getNamespaces() - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getNil() - Method in interface org.apache.xerces.xs.ElementPSVI
[nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false.
getNillable() - Method in interface org.apache.xerces.xs.XSElementDeclaration
If nillable is true, then an element may also be valid if it carries the namespace qualified attribute with local name nil from namespace http://www.w3.org/2001/XMLSchema-instance and value true (xsi:nil) even if it has no text or element content despite a content type which would otherwise require content.
getNormalizedValue() - Method in interface org.apache.xerces.xs.XSValue
The schema normalized value.
getNotation() - Method in interface org.apache.xerces.xs.ElementPSVI
[notation]: the notation declaration.
getNotationDeclaration(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getNotationDeclaration(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getNsConstraintList() - Method in interface org.apache.xerces.xs.XSWildcard
Namespace constraint: For constraintType NSCONSTRAINT_LIST, the list contains allowed namespaces.
getNumeric() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: numeric.
getOrdered() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Fundamental Facet: ordered.
getParticle() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A particle for a mixed or element-only content model, otherwise null.
getParticles() - Method in interface org.apache.xerces.xs.XSModelGroup
A list of [particles] if it exists, otherwise an empty XSObjectList.
getPrimitiveType() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
If variety is atomic the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwise null.
getProcessContents() - Method in interface org.apache.xerces.xs.XSWildcard
[process contents]: one of skip, lax or strict.
getProhibitedSubstitutions() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[prohibited substitutions]: A subset of {extension, restriction} or DERIVATION_NONE represented as a bit flag (see XSConstants).
getPublicId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getRecognizedVersions() - Method in interface org.apache.xerces.xs.XSImplementation
A list containing the versions of XML Schema documents recognized by this XSImplemenation.
getRefKey() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[referenced key]: required if [identity-constraint category] is keyref, null otherwise.
getRequired() - Method in interface org.apache.xerces.xs.XSAttributeUse
[required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it.
getSchemaDefault() - Method in interface org.apache.xerces.xs.ItemPSVI
[schema default]: the canonical lexical representation of the declaration's {value constraint} value.
getSchemaInformation() - Method in interface org.apache.xerces.xs.ElementPSVI
schema information: the schema information property if it is the validation root, null otherwise.
getSchemaNamespace() - Method in interface org.apache.xerces.xs.XSNamespaceItem
[schema namespace]: A namespace name or null if absent.
getSchemaNormalizedValue() - Method in interface org.apache.xerces.xs.ItemPSVI
Deprecated.
Use getSchemaValue().getNormalizedValue() instead
getSchemaValue() - Method in interface org.apache.xerces.xs.ItemPSVI
If this item has a simple type definition or a complex type with simple content, then return the value with respect to the simple type.
getScope() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
[scope].
getScope() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[scope].
getSeconds() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getSelectorStr() - Method in interface org.apache.xerces.xs.XSIDCDefinition
[selector]: a restricted XPath 1.0 expression.
getShort() - Method in interface org.apache.xerces.xs.datatypes.XSDecimal
 
getSimpleType() - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
A simple type definition corresponding to a simple content model, otherwise null.
getSubstitutionGroup(XSElementDeclaration) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getSubstitutionGroupAffiliation() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[substitution group affiliation]: a top-level element definition if it exists, otherwise null.
getSubstitutionGroupExclusions() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[substitution group exclusions]: the returned value is a bit combination of the subset of { DERIVATION_EXTENSION, DERIVATION_RESTRICTION} or DERIVATION_NONE.
getSystemId() - Method in interface org.apache.xerces.xs.XSNotationDeclaration
The URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getTerm() - Method in interface org.apache.xerces.xs.XSParticle
[term]: one of a model group, a wildcard, or an element declaration.
getTimeZoneHours() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getTimeZoneMinutes() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getType() - Method in interface org.apache.xerces.xs.XSObject
The type of this object, i.e.
getTypeCategory() - Method in interface org.apache.xerces.xs.XSTypeDefinition
Return whether this type definition is a simple type or complex type.
getTypeDefinition() - Method in interface org.apache.xerces.xs.ItemPSVI
[type definition]: an item isomorphic to the type definition used to validate the schema item.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
[type definition]: A simple type definition.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSElementDeclaration
[type definition]: either a simple type definition or a complex type definition.
getTypeDefinition(String, String) - Method in interface org.apache.xerces.xs.XSModel
Convenience method.
getTypeDefinition(String) - Method in interface org.apache.xerces.xs.XSNamespaceItem
Convenience method.
getTypeDefinition() - Method in interface org.apache.xerces.xs.XSValue
The declared simple type definition used to validate this value.
getValidationAttempted() - Method in interface org.apache.xerces.xs.ItemPSVI
[validation attempted]: determines the extent to which the schema item has been validated.
getValidationContext() - Method in interface org.apache.xerces.xs.ItemPSVI
The nearest ancestor element information item with a [schema information] property (or this element item itself if it has such a property).
getValidity() - Method in interface org.apache.xerces.xs.ItemPSVI
[validity]: determines the validity of the schema item with respect to the validation being attempted.
getValue() - Method in interface org.apache.xerces.xs.datatypes.XSDouble
 
getValue() - Method in interface org.apache.xerces.xs.datatypes.XSFloat
 
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeDeclaration
The actual value of the default or fixed value constraint.
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSAttributeUse
The actual value of the default or fixed value constraint.
getValueConstraintValue() - Method in interface org.apache.xerces.xs.XSElementDeclaration
The actual value of the default or fixed value constraint.
getVariety() - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
[variety]: one of {atomic, list, union} or absent.
getXMLGregorianCalendar() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
getXNIQName() - Method in interface org.apache.xerces.xs.datatypes.XSQName
 
getYears() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
GMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gMonth
GMONTHDAY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gMonthDay
GYEAR_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gYear
GYEARMONTH_DT - Static variable in interface org.apache.xerces.xs.XSConstants
gYearMonth

H

hasTimeZone() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
HEXBINARY_DT - Static variable in interface org.apache.xerces.xs.XSConstants
hexBinary

I

IC_KEY - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of key in the identity-constraint category.
IC_KEYREF - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of keyref in the identity-constraint category.
IC_UNIQUE - Static variable in interface org.apache.xerces.xs.XSIDCDefinition
See the definition of unique in the identity-constraint category.
ID_DT - Static variable in interface org.apache.xerces.xs.XSConstants
ID
IDENTITY_CONSTRAINT - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes an identity constraint definition.
IDREF_DT - Static variable in interface org.apache.xerces.xs.XSConstants
IDREF
INDEX_SIZE_ERR - Static variable in exception org.apache.xerces.xs.XSException
If index or size is negative, or greater than the allowed value
INT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
int
INTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
integer
isConstant() - Method in interface org.apache.xerces.xs.ItemPSVI
Returns true if this specific instance of ItemPSVI is immutable, otherwise false.
isDefinedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
isDisallowedSubstitution(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
Convenience method that checks if disallowed is a disallowed substitution for this element declaration.
isFinal(short) - Method in interface org.apache.xerces.xs.XSTypeDefinition
{final}.
isFixedFacet(short) - Method in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Convenience method.
isNormalized() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
isProhibitedSubstitution(short) - Method in interface org.apache.xerces.xs.XSComplexTypeDefinition
[prohibited substitutions]: a subset of {extension, restriction}
isSubstitutionGroupExclusion(short) - Method in interface org.apache.xerces.xs.XSElementDeclaration
Convenience method that checks if exclusion is a substitution group exclusion for this element declaration.
item(int) - Method in interface org.apache.xerces.xs.datatypes.ByteList
Returns the indexth item in the collection.
item(int) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.LSInputList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.ShortList
Returns the indexth item in the collection.
item(int) - Method in interface org.apache.xerces.xs.StringList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSNamedMap
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSNamespaceItemList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
item(int) - Method in interface org.apache.xerces.xs.XSObjectList
Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.
itemByName(String, String) - Method in interface org.apache.xerces.xs.XSNamedMap
Retrieves an XSObject specified by local name and namespace URI.
ItemPSVI - Interface in org.apache.xerces.xs
Represents an abstract PSVI item for an element or an attribute information item.

L

LANGUAGE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
language
LIST_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The type represents a list type definition.
LISTOFUNION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The type represents a list type definition whose item type (itemType) is a union type definition
load(LSInput) - Method in interface org.apache.xerces.xs.XSLoader
Parse an XML Schema document from a resource identified by a LSInput .
loadInputList(LSInputList) - Method in interface org.apache.xerces.xs.XSLoader
Parses the content of XML Schema documents specified as a list of LSInputs.
loadURI(String) - Method in interface org.apache.xerces.xs.XSLoader
Parse an XML Schema document from a location identified by a URI reference.
loadURIList(StringList) - Method in interface org.apache.xerces.xs.XSLoader
Parses the content of XML Schema documents specified as the list of URI references.
LONG_DT - Static variable in interface org.apache.xerces.xs.XSConstants
long
LSInputList - Interface in org.apache.xerces.xs
The LSInputList interface provides the abstraction of an ordered collection of LSInputs, without defining or constraining how this collection is implemented.

M

MODEL_GROUP - Static variable in interface org.apache.xerces.xs.XSConstants
A model group.
MODEL_GROUP_DEFINITION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a model group definition.
MULTIVALUE_FACET - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes enumeration and pattern facets.

N

NAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
Name
NCNAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NCName
NEGATIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
negativeInteger
NMTOKEN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NMTOKEN
NONNEGATIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
nonNegativeInteger
NONPOSITIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
nonPositiveInteger
normalize() - Method in interface org.apache.xerces.xs.datatypes.XSDateTime
 
NORMALIZEDSTRING_DT - Static variable in interface org.apache.xerces.xs.XSConstants
normalizedString
NOT_SUPPORTED_ERR - Static variable in exception org.apache.xerces.xs.XSException
If the implementation does not support the requested type of object or operation.
NOTATION_DECLARATION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a notation declaration.
NOTATION_DT - Static variable in interface org.apache.xerces.xs.XSConstants
NOTATION
NSCONSTRAINT_ANY - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: any namespace is allowed.
NSCONSTRAINT_LIST - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: namespaces in the list are allowed.
NSCONSTRAINT_NOT - Static variable in interface org.apache.xerces.xs.XSWildcard
Namespace Constraint: namespaces in the list are not allowed.

O

ObjectList - Interface in org.apache.xerces.xs.datatypes
The ObjectList is an immutable ordered collection of Object.
ORDERED_FALSE - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: not ordered.
ORDERED_PARTIAL - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: partially ordered.
ORDERED_TOTAL - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
A constant defined for the 'ordered' fundamental facet: total ordered.
org.apache.xerces.xs - package org.apache.xerces.xs
 
org.apache.xerces.xs.datatypes - package org.apache.xerces.xs.datatypes
This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types.

P

PARTICLE - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a particle.
PC_LAX - Static variable in interface org.apache.xerces.xs.XSWildcard
If the item, or any items among its [children] is an element information item, has a uniquely determined declaration available, it must be valid with respect to that definition, that is, validate where you can and do not worry when you cannot.
PC_SKIP - Static variable in interface org.apache.xerces.xs.XSWildcard
No constraints at all: the item must simply be well-formed XML.
PC_STRICT - Static variable in interface org.apache.xerces.xs.XSWildcard
There must be a top-level declaration for the item available, or the item must have an xsi:type, and the item must be valid as appropriate.
POSITIVEINTEGER_DT - Static variable in interface org.apache.xerces.xs.XSConstants
positiveInteger
PSVIProvider - Interface in org.apache.xerces.xs
This interface provides access to the post schema validation infoset for an API that provides a streaming document infoset, such as SAX, XNI, and others.

Q

QNAME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
QName

S

SAX_CONTENTHANDLER - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.xml.sax.ContentHandler.
SCOPE_ABSENT - Static variable in interface org.apache.xerces.xs.XSConstants
The scope of a declaration within named model groups or attribute groups is absent.
SCOPE_GLOBAL - Static variable in interface org.apache.xerces.xs.XSConstants
A scope of global identifies top-level declarations.
SCOPE_LOCAL - Static variable in interface org.apache.xerces.xs.XSConstants
Locally scoped declarations are available for use only within the complex type.
SHORT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
short
ShortList - Interface in org.apache.xerces.xs
The ShortList is an immutable ordered collection of unsigned short.
SIMPLE_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
The object describes a simple type.
STRING_DT - Static variable in interface org.apache.xerces.xs.XSConstants
string
StringList - Interface in org.apache.xerces.xs
The StringList is an immutable ordered collection of GenericString.

T

TIME_DT - Static variable in interface org.apache.xerces.xs.XSConstants
time
toByteArray() - Method in interface org.apache.xerces.xs.datatypes.ByteList
Construct and return a byte array for bytes contained in this list.
TOKEN_DT - Static variable in interface org.apache.xerces.xs.XSConstants
token
TYPE_DEFINITION - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a complex type or simple type definition.

U

UNAVAILABLE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
The built-in type category is not available.
UNSIGNEDBYTE_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedByte
UNSIGNEDINT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedInt
UNSIGNEDLONG_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedLong
UNSIGNEDSHORT_DT - Static variable in interface org.apache.xerces.xs.XSConstants
unsignedShort

V

VALIDATION_FULL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that full schema validation has been performed on the item.
VALIDATION_NONE - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question has specifically been skipped.
VALIDATION_PARTIAL - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed on the item in question under the rules of lax validation.
VALIDITY_INVALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has been strictly assessed and the item in question is invalid according to the rules of schema validation.
VALIDITY_NOTKNOWN - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validity value indicating that validation has either not been performed or that a strict assessment of validity could not be performed.
VALIDITY_VALID - Static variable in interface org.apache.xerces.xs.ItemPSVI
Validation status indicating that schema validation has been performed and the item in question is valid according to the rules of schema validation.
VARIETY_ABSENT - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
The variety is absent for the anySimpleType definition.
VARIETY_ATOMIC - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Atomic type.
VARIETY_LIST - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
List type.
VARIETY_UNION - Static variable in interface org.apache.xerces.xs.XSSimpleTypeDefinition
Union type.
VC_DEFAULT - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a default value constraint.
VC_FIXED - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that there is a fixed value constraint for this attribute.
VC_NONE - Static variable in interface org.apache.xerces.xs.XSConstants
Indicates that the component does not have any value constraint.

W

W3C_DOM_DOCUMENT - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.w3c.dom.Document.
W3C_DOM_ELEMENT - Static variable in interface org.apache.xerces.xs.XSAnnotation
The object type is org.w3c.dom.Element.
WILDCARD - Static variable in interface org.apache.xerces.xs.XSConstants
The object describes a wildcard.
writeAnnotation(Object, short) - Method in interface org.apache.xerces.xs.XSAnnotation
Write contents of the annotation to the specified object.

X

XSAnnotation - Interface in org.apache.xerces.xs
This interface represents the Annotation schema component.
XSAttributeDeclaration - Interface in org.apache.xerces.xs
The interface represents the Attribute Declaration schema component.
XSAttributeGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Attribute Group Definition schema component.
XSAttributeUse - Interface in org.apache.xerces.xs
This interface represents the Attribute Use schema component.
XSComplexTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Complex Type Definition schema component.
XSConstants - Interface in org.apache.xerces.xs
This interface defines constants used by this specification.
XSDateTime - Interface in org.apache.xerces.xs.datatypes
Interface to expose the values for all date-time related types.
XSDecimal - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of 'decimal' and related datatypes.
XSDouble - Interface in org.apache.xerces.xs.datatypes
Interface to expose the value of the 'double' datatype.
XSElementDeclaration - Interface in org.apache.xerces.xs
The interface represents the Element Declaration schema component.
XSException - Exception in org.apache.xerces.xs
The XML Schema API operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
XSException(short, String) - Constructor for exception org.apache.xerces.xs.XSException
 
XSFacet - Interface in org.apache.xerces.xs
Describes a constraining facet.
XSFloat - Interface in org.apache.xerces.xs.datatypes
Interface to expose value of the float datatype.
XSIDCDefinition - Interface in org.apache.xerces.xs
This interface represents the Identity-constraint Definition schema component.
XSImplementation - Interface in org.apache.xerces.xs
This interface allows one to retrieve an instance of XSLoader.
XSLoader - Interface in org.apache.xerces.xs
An interface that provides a method to load XML Schema documents.
XSModel - Interface in org.apache.xerces.xs
This interface represents an XML Schema.
XSModelGroup - Interface in org.apache.xerces.xs
This interface represents the Model Group schema component.
XSModelGroupDefinition - Interface in org.apache.xerces.xs
This interface represents the Model Group Definition schema component.
XSMultiValueFacet - Interface in org.apache.xerces.xs
Describes a multi-value constraining facets: pattern and enumeration.
XSNamedMap - Interface in org.apache.xerces.xs
Objects implementing the XSNamedMap interface are used to represent immutable collections of XML Schema components that can be accessed by name.
XSNamespaceItem - Interface in org.apache.xerces.xs
The interface represents the namespace schema information information item.
XSNamespaceItemList - Interface in org.apache.xerces.xs
The XSNamesaceItemList interface provides the abstraction of an immutable ordered collection of XSNamespaceItems, without defining or constraining how this collection is implemented.
XSNotationDeclaration - Interface in org.apache.xerces.xs
This interface represents the Notation Declaration schema component.
XSObject - Interface in org.apache.xerces.xs
The XSObject is a base object for the XML Schema component model.
XSObjectList - Interface in org.apache.xerces.xs
The XSObjectList interface provides the abstraction of an immutable ordered collection of XSObjects, without defining or constraining how this collection is implemented.
XSParticle - Interface in org.apache.xerces.xs
This interface represents the Particle schema component.
XSQName - Interface in org.apache.xerces.xs.datatypes
Interface to expose QName actual values
XSSimpleTypeDefinition - Interface in org.apache.xerces.xs
This interface represents the Simple Type Definition schema component.
XSTerm - Interface in org.apache.xerces.xs
Describes a term that can be one of a model group, a wildcard, or an element declaration.
XSTypeDefinition - Interface in org.apache.xerces.xs
This interface represents a complex or simple type definition.
XSValue - Interface in org.apache.xerces.xs
Represents an actual value of a simple type.
XSWildcard - Interface in org.apache.xerces.xs
This interface represents the Wildcard schema component.
A B C D E F G H I L M N O P Q S T U V W X 

Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.