DOM_Attr class refers to an attribute of an XML element
DOM_CDataSection objects refer to the data from an
XML CDATA section
DOM_CharacterData interface extends Node with a set of
methods for accessing character data in the DOM
DocumentFragment is a "lightweight" or "minimal"
Document object
Document has a doctype whose value
is either null or a DocumentType object
DOM_Element nodes
EntityReference nodes will appear in the structure
model when an entity reference is in the source document, or when the user
wishes to insert an entity reference
NamedNodeMaps are used to
represent collections of nodes that can be accessed by name
Node interface is the primary datatype for the entire
Document Object Model
NodeList interface provides the abstraction of an ordered
collection of nodes
ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document
Text interface represents the textual content (termed
character data in XML) of an Element or Attr
DOMString is the generic string class that stores all strings
used in the DOM C++ API
| XML Parser for C++ 2.0 Copyright © IBM Corp, 1999 Center for Java Technology 10275 N. De Anza Blvd. Cupertino CA 95014 USA Email: xml4c@us.ibm.com |
|
generated by doc++