Interface | Description |
---|---|
HfgXMLSerializable |
Interface for objects implementing the toXMLNode() method.
|
XMLContainer |
Interface for an unusual XML object that may have content or subtags but not a name or attributes
(for example an IE conditional comment in HTML).
|
XMLizable |
Most basic XML interface.
|
XMLNode |
Interface for an XML node.
|
XMLTaggable |
Interface for objects implementing the toXMLTag() method.
|
Class | Description |
---|---|
Doctype |
Enumeration of common DOCTYPE tags.
|
HfgXML |
Standard XML tag and attribute name definitions used by hfg classes.
|
XMLAttribute | |
XMLAttributeMap | |
XMLBasedDoc<T extends XMLNode> |
Abstract base XML / HTML document.
|
XMLCDATA |
Represents a CDATA block.
|
XMLComment | |
XMLContainerImpl |
XML object that can contain sub-objects but not a name or attributes.
|
XMLDoc |
XMLDoc is a generic XML document container.
|
XMLEmitter | |
XMLName |
XMLName is a container for XML tag names that consists of a namespace and a local name.
|
XMLNamespace |
Class to encapsulate an XML namespace.
|
XMLNamespaceSet |
Container for a set of XML namespaces which also track what the current default
namespace is.
|
XMLProcessingInstruction |
Generic container for XML processing instructions.
|
XMLSchema |
XMLSchema constants.
|
XMLTag |
XMLTag is a generic container for XML.
|
XMLUtil |
Helper class with static methods for XML tag constrution and
some parser helper methods.
|
Enum | Description |
---|---|
XMLContainerImpl.sMode | |
XMLSpec |
Exception | Description |
---|---|
XMLException |