|
Enhydra 5.1 API | |||||||||
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.
savedEnclosingAttr
.
Document
interface represents the entire HTML or XML
document.DocumentFragment
.
Document
.
DocumentType
.
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.NodeList
are accessible via an integral
index, starting from 0.NodeList
are accessible via an integral
index, starting from 0.
|
Enhydra 5.1 API | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |