Package | Description |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.extensions |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchema
Contains the definition of a schema.
|
class |
XmlSchemaAll
Permits the elements in the group to appear (or not appear)
in any order in the containing element.
|
class |
XmlSchemaAnnotated
The base class for any element that can contain annotation elements.
|
class |
XmlSchemaAnnotation
Defines an annotation.
|
class |
XmlSchemaAny
Enables any element from the specified namespace or namespaces
to appear in the containing complexType element.
|
class |
XmlSchemaAnyAttribute
Enables any attribute from the specified namespace or namespaces
to appear in the containing complexType element.
|
class |
XmlSchemaAppInfo
Defines application specific information within an annotation.
|
class |
XmlSchemaAttribute
Class for attribute types.
|
class |
XmlSchemaAttributeGroup
Class for attribute groups.
|
class |
XmlSchemaAttributeGroupRef
Class for the attribute group reference.
|
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance.
|
class |
XmlSchemaComplexContent
Class that represents the complex content model for complex types.
|
class |
XmlSchemaComplexContentExtension
Class for complex types with a complex content model derived by extension.
|
class |
XmlSchemaComplexContentRestriction
Class for complex types with a complex content model that are derived
by restriction.
|
class |
XmlSchemaComplexType
Class for complex types.
|
class |
XmlSchemaContent
An abstract class for schema content.
|
class |
XmlSchemaContentModel
An abstract class for the schema content model.
|
class |
XmlSchemaDocumentation
Class that specifies information to be read or used by humans
within an annotation.
|
class |
XmlSchemaElement
Class for elements.
|
class |
XmlSchemaEnumerationFacet
Class for defining enumeration facets.
|
class |
XmlSchemaExternal
An abstract class.
|
class |
XmlSchemaFacet
Abstract class for all facets that are used when simple types are
derived by restriction.
|
class |
XmlSchemaFractionDigitsFacet
Class for defining fractionDigits facets.
|
class |
XmlSchemaGroup
Class that defines groups at the schema level that are referenced
from the complex types.
|
class |
XmlSchemaGroupBase
An abstract class for XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence.
|
class |
XmlSchemaGroupRef
Class used within complex types that defines the reference to
groups defined at the schema level.
|
class |
XmlSchemaIdentityConstraint
Class for the identity constraints: key, keyref, and unique elements.
|
class |
XmlSchemaImport
The class to import schema components from any schema.
|
class |
XmlSchemaInclude
Class to include declarations and definitions from an external schema.
|
class |
XmlSchemaKey
Identifies a key constraint.
|
class |
XmlSchemaKeyref
Identifies a keyref constraint.
|
class |
XmlSchemaLengthFacet
Class for defining length facets.
|
class |
XmlSchemaMaxExclusiveFacet
Class for defining maxExclusive facets.
|
class |
XmlSchemaMaxInclusiveFacet
Class for defining maxInclusive facets.
|
class |
XmlSchemaMaxLengthFacet
Class for defining maxLength facets.
|
class |
XmlSchemaMinExclusiveFacet
Class for defining minExclusive facets.
|
class |
XmlSchemaMinInclusiveFacet
Class for defining minInclusive facets.
|
class |
XmlSchemaMinLengthFacet
Class for defining minLength facets.
|
class |
XmlSchemaNotation
Class represents a notation.
|
class |
XmlSchemaNumericFacet
Abstract class for defining numeric facets.
|
class |
XmlSchemaParticle
Base class for all particle types.
|
class |
XmlSchemaPatternFacet
Class for defining pattern facets.
|
class |
XmlSchemaRedefine
Allows simple and complex types, groups, and attribute groups from
external schema files to be redefined in the current schema.
|
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence
within the containing element.
|
class |
XmlSchemaSimpleContent
Class for simple types and complex types with a simple content model.
|
class |
XmlSchemaSimpleContentExtension
Class for simple types that are derived by extension.
|
class |
XmlSchemaSimpleContentRestriction
Class for simple types that are derived by restriction.
|
class |
XmlSchemaSimpleType
Class defines a simple type that determines the information and
constraints for the values of attributes or elements with text-only
content.
|
class |
XmlSchemaSimpleTypeContent
Abstract class for simple type content classes.
|
class |
XmlSchemaSimpleTypeList
Class for the list of simpleType elements.
|
class |
XmlSchemaSimpleTypeRestriction
Class for the restriction of simpleType elements.
|
class |
XmlSchemaSimpleTypeUnion
Class for the union of simpleType elements.
|
class |
XmlSchemaTotalDigitsFacet
Class for defining totalDigits facets.
|
class |
XmlSchemaType
The base class for all simple types and complex types.
|
class |
XmlSchemaUnique
Identifies a unique constraint among a set of elements.
|
class |
XmlSchemaWhiteSpaceFacet
Class for defining whiteSpace facets.
|
class |
XmlSchemaXPath
Class for XML Path Language (XPath) expressions.
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaObject |
XmlSchemaObjectCollection.getItem(int i) |
XmlSchemaObject |
XmlSchemaObjectTable.getItem(javax.xml.namespace.QName name) |
XmlSchemaObject |
XmlSchemaException.getSourceSchemaObject() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaObjectTable.add(javax.xml.namespace.QName name,
XmlSchemaObject value) |
void |
XmlSchemaObjectCollection.add(XmlSchemaObject item) |
boolean |
XmlSchemaObjectCollection.contains(XmlSchemaObject item) |
int |
XmlSchemaObjectCollection.indexOf(XmlSchemaObject item) |
void |
XmlSchemaObjectCollection.remove(XmlSchemaObject item) |
void |
XmlSchemaObjectCollection.setItem(int i,
XmlSchemaObject item) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDeserializer.deserialize(XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node domNode)
deserialize the given element
|
void |
DefaultExtensionDeserializer.deserialize(XmlSchemaObject schemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node node)
deserialize the given element
|
void |
ExtensionRegistry.deserializeExtension(XmlSchemaObject parentSchemaObject,
javax.xml.namespace.QName name,
org.w3c.dom.Node rawNode)
Deserialize a given extension element
|
void |
ExtensionSerializer.serialize(XmlSchemaObject schemaObject,
Class classOfType,
org.w3c.dom.Node domNode)
serialize the given element
|
void |
DefaultExtensionSerializer.serialize(XmlSchemaObject schemaObject,
Class classOfType,
org.w3c.dom.Node node)
serialize the given element
|
void |
ExtensionRegistry.serializeExtension(XmlSchemaObject parentSchemaObject,
Class classOfType,
org.w3c.dom.Node node)
Serialize a given extension element
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.