XMLDOM Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
xmldom::DomAttributeThe DomAttribute interface represents an attribute in an DomElement object
xmldom::DomCDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
xmldom::DomCharacterDataThe DomCharacterData interface extends DomNode with a set of attributes and methods for accessing character data in the DOM
xmldom::DomCommentThis interface inherits from DomCharacterData and represents the content of a comment, i.e., all the characters between the starting '<!--' and ending '-->'
xmldom::DomConfigurationThe DomConfiguration interface represents the configuration of a document and maintains a table of recognized parameters
xmldom::DomDocumentThe DomDocument interface represents the entire XML document
xmldom::DomDocumentFragmentDomDocumentFragment is a "lightweight" or "minimal" DomDocument object
xmldom::DomDocumentTypeEach DomDocument has a doctype attribute whose value is either null or a DomDocumentType object
xmldom::DomElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are DomElement nodes
xmldom::DomEntityThis interface represents a known entity, either parsed or unparsed, in an XML document
xmldom::DomEntityReferenceDomEntityReference nodes may be used to represent an entity reference in the tree
xmldom::DomErrorDomError is an interface that describes an error
xmldom::DomExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable)
xmldom::DomImplementationReserved for later use
xmldom::DomImplementationListReserved for later use
xmldom::DomImplementationLSThe interface DomImplementationLS contains the factory methods for creating Load and Save objects
xmldom::DomImplementationRegistryThis class holds the list of registered DomImplementation
xmldom::DomImplementationSourceReserved for later use
xmldom::DomLocatorDomLocator is an interface that describes a location (e.g
xmldom::DomLSInputThis interface represents an input source for data
xmldom::DomLSParserAn interface to an object that is able to build, or augment, a DOM tree from various input sources
xmldom::DomLSSerializerA DomLSSerializer provides an API for serializing (writing) a DOM document out into XML
xmldom::DomNamedNodeMapDomNamedNodeMaps are used to represent collections of nodes that can be accessed by name
xmldom::DomNameListReserved for later use
xmldom::DomNodeThe DomNode interface is the primary datatype for the entire Document Object Model
xmldom::DomNodeListThe DomNodeList provides the abstraction of an ordered collection of nodes
xmldom::DomNotationThis interface represents a notation declared in the DTD
xmldom::DomObjectReserved for later use
xmldom::DomProcessingInstructionThe ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document
xmldom::DomStringThe DomString represents a unicode string which is used for all DOM operations
xmldom::DomStringListReserved for later use
xmldom::DomTextThe DomText interface inherits from DomCharacterData and represents the textual content (termed character data in XML) of an DomElement or DomAttribute
xmldom::DomUserDataHandlerReserved for later use

Generated on Fri May 30 11:15:05 2008 for XMLDOM by  doxygen 1.5.2