net.sf.saxon.type |
|
Java Source File Name | Type | Comment |
AnyItemType.java | Class | |
AnySimpleType.java | Class | |
AnyType.java | Class | This class has a singleton instance which represents the XML Schema built-in type xs:anyType,
also known as the urtype. |
AtomicType.java | Interface | Marker interface for atomic types (these are either built-in atomic types
or user-defined atomic types). |
BuiltInAtomicType.java | Class | This class represents a built-in atomic type, which may be either a primitive type
(such as xs:decimal or xs:anyURI) or a derived type (such as xs:ID or xdt:dayTimeDuration). |
BuiltInListType.java | Class | This class is used to implement the built-in
list types NMTOKENS, ENTITIES, IDREFS. |
BuiltInSchemaFactory.java | Class | This class is used to construct Schema objects containing all the built-in types:
that is, the types defined in the "xs" and "xdt" namespaces. |
ComplexType.java | Interface | A complex type as defined in XML Schema: either a user-defined complex type, or xs:anyType. |
ExternalObjectType.java | Class | This class represents the type of an external Java object returned by
an extension function, or supplied as an external variable/parameter. |
ItemType.java | Interface | ItemType is an interface that allows testing of whether an Item conforms to an
expected type. |
ListType.java | Interface | |
RegexTranslator.java | Class | This class translates XML Schema regex syntax into JDK 1.4 regex syntax. |
SchemaComponent.java | Interface | This is a marker interface that represents any "schema component" as defined in the XML Schema
specification. |
SchemaDeclaration.java | Interface | This is a marker interface that acts as a surrogate for an object representing
an element or attribute declaration. |
SchemaException.java | Class | An exception that identifies an error in reading, parsing, or
validating a schema. |
SchemaType.java | Interface | SchemaType is an interface implemented by all schema types: simple and complex types, built-in and
user-defined types. |
SimpleType.java | Interface | This interface represents a simple type, which may be a built-in simple type, or
a user-defined simple type. |
Type.java | Class | This class contains static information about types and methods for constructing type codes. |
TypeHierarchy.java | Class | This class exists to provide answers to questions about the type hierarchy. |
UnresolvedReferenceException.java | Class | This exception occurs when an attempt is made to dereference a reference from one
schema component to another, if the target of the reference cannot be found. |
Untyped.java | Class | This class has a singleton instance which represents the complex type xdt:untyped,
used for elements that have not been validated. |
ValidationException.java | Class | This exception indicates a failure when validating an instance against a type
defined in a schema. |