See: Description
Interface | Description |
---|---|
XmlDataCursor |
Defines the basic programming interface for navigating and manipulatng the XMLData infoset.
|
XmlDataTreeCursor |
An extension of XmlDataCursor that facilitates navigation through multiple levels in an XmlData infoset.
|
Class | Description |
---|---|
XmlData |
Helper class that assists in creating XmlData structures outside of the converter; that is, XmlData infoset that is created in an ad-hoc fashion rather than from XML.
|
XmlDataAnyTag |
The XmlDataAnyTag class constructs an XmlData any-tag from its constituent parts.
|
XmlDataAttributeTag |
The XmlDataAttributeTag class constructs an XmlData attribute-tag from its constituent parts.
|
XmlDataConstants |
XmlDataConstants provides a collection of shortcuts for the lengthy names used by the XmlData packages.
|
XmlDataContentTag |
This class is a common superclass for the XmlDataTags that may appear in content models.
|
XmlDataCopy |
XmlDataCopy implements a structured copying utility for XmlData infosets.
|
XmlDataCursorImpl |
Methods for navigating and manipulating the XmlData infoset.
|
XmlDataElementTag |
The XmlDataElementTag class constructs an XmlData element-tag from its constituent parts.
|
XmlDataGroupTag |
The XmlDataGroupTag class constructs an XmlData group-tag from its constituent parts.
|
XmlDataIteratorTag |
The XmlDataIteratorTag class constructs an XmlData iterator-tag from its only constituent part, which is just an ncName.
|
XmlDataMap |
The XmlDataMap class allows direct manipulation of fields in an XmlData object without the use of cursors.
|
XmlDataPath |
This helper class facilitates the encoding or decoding of an XmlData path as a String literal.
|
XmlDataSubstitutionTag |
The XmlDataSubstitutionTag class constructs an XmlData substitution-tag from its constituent parts.
|
XmlDataTag |
This is the base construction class for all XmlData tags.
|
XmlDataTreeCursorImpl |
Methods that allow a Java program to easily move about the XML infoset when encoded as XmlData.
|
XmlDataTypeTag |
The XmlDataTypeTag class constructs an XmlData type-tag from its constituent parts.
|
XmlNamespaceMap |
This class maintains a mapping between prefixes and namespace URIs.
|
Exception | Description |
---|---|
XmlDataException |
This class is the base class for all exceptions thrown by the XmlDataFeature.
|
XmlDataException.ArgumentError |
Thrown when XmlData method encounters an argument that is not valid for the operation.
|
XmlDataException.FormatError |
Thrown when XmlData processing encounters an XmlData instance that is not in proper XmlData format.
|
XmlDataException.ImproperDocumentType |
Thrown when an XmlDataMap is created using an inappropriate document type.
|
XmlDataException.IndexOutOfRange |
Thrown when an attempt is made to fetch or insert a repeating value beyond the last repeating value.
|
XmlDataException.IndexRequired |
Thrown when a method is invoked on an entry with repeating values, but no index is supplied to the method.
|
XmlDataException.IndirectItemError |
Thrown when the instance (XmlData) document or the tag specified on the invoking method does not contain the indirect value tag (e.g.
|
XmlDataException.MemberConflict |
Thrown when an incompatible object type is assigned to an array.
|
XmlDataException.ModelConflict |
Thrown when the document type used in an XmlDataMap is incompatible with the existing instance (XmlData) document, making it impossible
to find the correct insertion point for new content.
|
XmlDataException.ReadOnlyWorkspace |
Thrown when attempting to create a global namespace component when the workspace is read-only.
|
XmlDataException.TagAndContentConflict |
Thrown when an incompatible value is assigned to an entry with a particular tag type.
|
XmlDataException.TagConflict |
Thrown when an operation cannot be performed for the tag type.
|
XmlDataException.TagSyntaxError |
Thrown when a path has a syntax error.
|
XmlDataException.UndefinedIterator |
Thrown when an XmlDataCopy output path step encounters an undefined iterator.
|
XmlDataException.UnknownField |
Thrown when attempting to use a Field that is not defined by the document type associated with the map.
|
XmlDataException.UnpositionedCursor |
Thrown when a method is invoked on an unpositioned XmlDataCursor and that method is only
permitted when the cursor is positioned.
|
XmlDataException.UnsupportedType |
Thrown when an unsupported object type is inserted into XmlData content.
|
The com.wm.xmldata package contains classes for accessing and manipulating XMLData.