wt.util.xml
Interface XMLMechanismConstants

All Known Subinterfaces:
DOMTreeStreamCallback
All Known Implementing Classes:
DOMComponents, DOMTreeDecoder, DOMTreeDecoderCallback, DOMTreeEncoder, DOMTreeEncoderCallback, WTIntrospectorToDOMDocumentGenerator

public interface XMLMechanismConstants

Holder for constants general to this package.

Supported API: false

Extendable: false


Field Summary
static String ATTLIST_ATTRIBUTE_NAME
          Name of the element attribute describing the attribute name corresponding to the class which is the element's or tag's name.
static String ATTLIST_CLASS_NAME
          Name of the element attribute describing the class name corresponding to the attribute which is the element's or tag's name.
static String ATTLIST_ENCODING_TYPE
          Name of the element attribute describing the encoding type.
static String ATTLIST_OID
          Name of the element attribute describing the object identifier.
static String DEFAULT_XML_PARSER_IMPLEMENTATION
           
static String DOCUMENT_ELEMENT_NAME
          The name of the document element in a DOM Document, and the root tag's name in a corresponding XML document.
static boolean SELF_DESCRIBING_XML
           
static String XML_FILE_EXT
          The file extention associated with an XML document.
 

Field Detail

ATTLIST_ATTRIBUTE_NAME

public static final String ATTLIST_ATTRIBUTE_NAME
Name of the element attribute describing the attribute name corresponding to the class which is the element's or tag's name.

Supported API: false

See Also:
Constant Field Values

ATTLIST_CLASS_NAME

public static final String ATTLIST_CLASS_NAME
Name of the element attribute describing the class name corresponding to the attribute which is the element's or tag's name.

Supported API: false

See Also:
Constant Field Values

ATTLIST_OID

public static final String ATTLIST_OID
Name of the element attribute describing the object identifier. For the root element which has a tag name equal to the class name of the objects being exported or imported.

Supported API: false

See Also:
Constant Field Values

ATTLIST_ENCODING_TYPE

public static final String ATTLIST_ENCODING_TYPE
Name of the element attribute describing the encoding type. For elements where the child CharacterData node has been encoded.

Supported API: false

See Also:
Constant Field Values

DOCUMENT_ELEMENT_NAME

public static final String DOCUMENT_ELEMENT_NAME
The name of the document element in a DOM Document, and the root tag's name in a corresponding XML document.

Supported API: false

See Also:
Constant Field Values

XML_FILE_EXT

public static final String XML_FILE_EXT
The file extention associated with an XML document.

Supported API: false

See Also:
Constant Field Values

DEFAULT_XML_PARSER_IMPLEMENTATION

public static final String DEFAULT_XML_PARSER_IMPLEMENTATION
See Also:
Constant Field Values

SELF_DESCRIBING_XML

public static final boolean SELF_DESCRIBING_XML
See Also:
Constant Field Values