|
Xerces 1.3.1 | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||
NodeIterator from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
Document interface represents the entire HTML or XML
document.DocumentFragment.
Document.
DocumentType.
DocumentBuilder provide a mechansim for
parsing XML documents into a DOM document tree represented by an
org.w3c.dom.Document object.DocumentBuilderFactory defines a factory API that enables
applications to configure and obtain a parser to parse XML documents into
a DOM Document tree.DocumentEvent interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment is a "lightweight" or "minimal"
Document object.ContentHandler
interface, which includes Namespace support.DocumentTraversal contains methods that create iterators and
tree-walkers to traverse a node and its children in document order (depth
first, pre-order traversal, which is equivalent to the order in which the
start tags occur in the text representation of the document).Document has a doctype attribute whose value
is either null or a DocumentType object.DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.
|
Xerces 1.3.1 | ||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||