|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Attr
was just added.
null
if the node set is empty.
Attr
.
EventTarget
.
Attr
interface represents an attribute in an
Element
object.Attributes
interface, which includes Namespace support.AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class.LSParser
.
TreeWalker
or NodeIterator
.
DOMImplementation
in the list.
OPTION
elementsfor
this SELECT
.
newChild
to the end of the list of children
of this node.
CDATASection
.
Comment
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.open()
and forces
rendering.
DOMStringList
.
NameList
.
NameList
.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
HTMLDocument
object with the minimal tree made
of the following elements: HTML
, HEAD
,
TITLE
, and BODY
.
LSInput.characterStream
, LSInput.byteStream
, LSInput.stringData
LSInput.systemId
,
LSInput.publicId
, LSInput.baseURI
, and
LSInput.encoding
are null, and
LSInput.certifiedText
is false.
LSOutput.characterStream
,
LSOutput.byteStream
, LSOutput.systemId
,
LSOutput.encoding
are null.
LSParser
.
LSSerializer
object.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
DocumentFragment
.
Document
.
DocumentType
.
DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.DOMError
is an interface that describes an error.DOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g.DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.DOMImplementationLS
contains the factory methods for creating
Load and Save objects.DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.DOMLocator
is an interface that describes a location (e.g.DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.Document
interface represents the entire HTML or XML
document.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
NodeIterators
and TreeWalkers
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.NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the
NodeIterator
in the INVALID state.
Element
.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
Entity
.
EntityReference
.
Element
interface represents an element in an HTML or XML
document.EntityReference
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference.Event
interface is used to provide contextual information
about an event to the handler processing the event.EventException
as specified in
their method descriptions.EventListener
interface is the primary method for
handling events.EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Model.null
if the node set is empty.
FactoryConfigurationError
with no
detail mesage.
FactoryConfigurationError
with
the String
specified as an error message.
FactoryConfigurationError
with a
given Exception
base cause of the error.
FactoryConfigurationError
with the
given Exception
base cause and detail message.
TreeWalker
to the first visible child of the
current node, and returns the new node.
FIELDSET
.
A
) elements in a document
with a value for the name
attribute.Note.
OBJECT
elements that includeapplets
and APPLET
(deprecated) elements ina document.
true
if the LSParser
is asynchronous,
false
if it is synchronous.
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
systemId
to an absolute URI.
true
if the LSParser
is currently busy
loading a document, otherwise false
.
button
is used to indicate which mouse button
changed state.
-1
if there is no byte offset available.
CAPTION
, or void if none exists.
type
has the value "Radio" or "Checkbox".
NodeList
that contains all children of this node.
classid
, data
, and
archive
attributes.
classid
attribute.
-1
if
there is no column number available.
shape
for the shape of the region.
shape
for the shape of the region.
TreeWalker
is currently positioned.
EventTarget
whose
EventListeners
are currently being processed.
DOMImplementation
object.
type
has the value "Radio" or "Checkbox", stores the
initial value of the checked
attribute.
selected
attribute.
value
).
value
).
Event
,
depending on the type of event.
DocumentType
)
associated with this document.
DOMConfiguration
object used when parsing an input
source.
DOMConfiguration
object used by the
LSSerializer
when serializing a DOM node.
Element
whose ID
is given by
elementId
.
id
is given by elementId.
name
value is given by elementName
.
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document
tree.
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
NodeIterator
.
TreeWalker
.
NodeFilter
used to screen nodes.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
FORM
element containing this control.Returns
null if this control is not within the context of a form.
id
attribute values for header cells.
id
attribute.
IMG
elements in a document.The
behavior is limited to IMG
elements forbackwards
compatibility.
DOMImplementation
object that handles this document.
OPTION
in its parent SELECT
.
null
if there is none.
data
and the substringData
method below.
DOMImplementation
s in the list.
DOMString
s in the list.
DOMImplementation
s in the list.
SELECT
.
-1
if
there is no column number available.
AREA
elements andanchor (A
)
elements in a documentwith a value for the href
attribute.
type
has
the value "Text" or "Password".
OPTION
elements may be selected in this
SELECT
.
DOCTYPE
keyword.
index
th name item in the collection.
target
attribute).
target
attribute).
usemap
).
index
th namespaceURI item in the collection.
null
if it is
unspecified.
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
NamedNodeMap
containing the notations declared in the
DTD.
OPTION
elements contained by this element.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
Element
on which the namespace was in scope when it
was requested.
DOMConfiguration
object and for which at least one value
can be set by the application.
null
if it is
unspecified.
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
XMLReader
.
DOMError.type
dependent data if any.
null
if no node
is available.
relatedNode
is used to identify a secondary node related
to a mutation event.
EventTarget
related to a UI
event.
NodeIterator
, as specified when it
was created.
root
node of the TreeWalker
, as specified
when it was created.
THEAD
, TFOOT
, all TBODY
elements.
THEAD
, TFOOT
, or TBODY
).
SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
null
.
true
; otherwise, it is
false
.
type
attribute has the value "Image", thisattribute
specifies the location of the image to be used to decoratethe graphical
submit button.
TFOOT
, or null
if none
exists.
THEAD
, or null
if none
exists.
EventTarget
to which the event was
originally dispatched.
TITLE
element in
the head of the document.
DOMString
indicating which related data is expected in
relatedData
.
data
attribute.
value
attribute when
valuetype
has the value "ref".
null
if unknown.
null
if the element does not have
declaration or if no namespace information is available.
null
if no URI is
available.
-1
if there is no UTF-16 offset available.
valign
attribute
for HTMLTheadElement for details.
OL
See the value
attribute definition in HTML 4.0.
value
attributevalue.
view
attribute identifies the AbstractView
from which the event was generated.
LSParser
what types of nodes to show to the
method LSParserFilter.acceptNode
.
LSSerializer
what types of nodes to show to the
filter.
NodeIterator
.
TreeWalker
.
XMLReader
that is encapsulated by the
implementation of this class.
HTMLCollection
is a list of nodes.HTMLDOMImplementation
interface extends the
DOMImplementation
interface with a method for creating an
HTML document instance.HTMLDocument
is the root of the HTML hierarchy andholds the
entire content.FORM
element encompasses behavior similar to acollection
and an element.H1
to H6
elements.FIELDSET
grouping.LINK
element specifies a link to an externalresource, and
defines this document's relationship to that resource(or vice versa).OBJECT
element.Q
and BLOCKQUOTE
elements.TH
and TD
elements.COL
and COLGROUP
elements.THEAD
, TFOOT
, and TBODY
elements.DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. EventListener
interface was registered.
true
when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
XPathEvaluator
.
initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
initMouseEvent
method is used to initialize the value
of a MouseEvent
created through the
DocumentEvent
interface.
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
initUIEvent
method is used to initialize the value of
a UIEvent
created through the DocumentEvent
interface.
newChild
before the existing child node
refChild
.
TD
cell into this row.
TypeInfo
derives from the
specified ancestor type.
index
th item in the collection.
index
th item in the collection.
index
th item in the map.
index
th item in the collection.
index
th item in the collection.
null
if there are no more nodes.
LSException
if the
processing is stopped.LSParserFilter
s provide applications the ability to examine
nodes as they are being constructed while parsing.LSResourceResolver
provides a way for applications to
redirect references to external resources.LSSerializer
provides an API for serializing (writing) a
DOM document out into XML.LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.TreeWalker
to the last visible child of the
current node, and returns the new node.
LSParser
.
LSParser
.
Attr
was modified in place.
MouseEvent
interface provides specific contextual
information associated with Mouse events.MutationEvent
interface provides specific contextual
information associated with Mutation events.Node.adoptNode()
.
Node.cloneNode()
.
Node.importNode()
.
Node.renameNode()
.
Notation
.
NameList
interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.NamedNodeMap
interface 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.NodeIterators
are used to step through a set of nodes, e.g.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Node
using a name.
Document
object
to build a DOM tree with.
DocumentBuilder
using the currently configured parameters.
DocumentBuilderFactory
.
SAXParserFactory
.
NodeIterator
in the set.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
LSParser
and the processing has been stopped.
ProcessingInstruction
.
XMLReader
interface, which includes Namespace support.ParserConfigurationException
with no
detail mesage.
ParserConfigurationException
with
the String
specified as an error message.
Parser
interface.ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.InputStream
as an XML
document and return a new DOM Document
object.
InputStream
as an XML
document and return a new DOM Document
object.
Document
object.
Document
object.
Document
object.
InputStream
instance as XML using the specified HandlerBase
.
InputStream
instance as XML using the specified HandlerBase
.
InputStream
instance as XML using the specified
DefaultHandler
.
InputStream
instance as XML using the specified
DefaultHandler
.
HandlerBase
.
DefaultHandler
.
HandlerBase
.
DefaultHandler
.
InputSource
as XML using the specified
HandlerBase
.
InputSource
as XML using the specified
DefaultHandler
.
LSInput
.
LSInput
and insert the content into an existing document
at the position specified with the context
and
action
arguments.
preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
NodeIterator
backwards in the set.
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
TreeWalker
to the previous sibling of the
current node, and returns the new node.
declarePrefix()
.
Attr
was just removed.
RangeException
as specified in
their method descriptions.OPTION
elementsfor
this SELECT
.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
XMLReader
implementation class.Node
using
LSSerializer
and the processing has been stopped.
DOMError
is
error.
DOMError
is
fatal error.
DOMError
is
warning.
Nodes
.
Attr
nodes.
CDATASection
nodes.
Comment
nodes.
Document
nodes.
DocumentFragment
nodes.
DocumentType
nodes.
Element
nodes.
Entity
nodes.
EntityReference
nodes.
Notation
nodes.
ProcessingInstruction
nodes.
Text
nodes.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
TEXTAREA
.
systemId
to an absolute URI.
TreeWalker
is currently positioned.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to report
errors present in the XML document to be parsed.
nodeName
attribute.
namespaceURI
and
localName
.
null
if it is
unspecified.
XMLReader
.
index
th item in the snapshot collection.
offset
,
keeping both in the tree as siblings.
Element
start
tag has been scanned, but before the remainder of the
Element
is processed.
stopPropagation
method is used prevent further
propagation of an event during event flow.
Text
node.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.TreeWalker
objects are used to navigate a document tree or
subtree using the view of the document defined by their
whatToShow
flags and filter (if any).TypeInfo
interface represent a type referenced from
Element
or Attr
nodes, specified in the schemas
associated with the document.UIEvent
interface provides specific contextual information
associated with User Interface events.Event
's type was not specified by initializing the
event before the method was called.
Node.setUserData()
the application can provide a handler
that gets called when the node the object is associated to is being
cloned, imported, or renamed.open()
.
LSSerializer
interface.
LSSerializer
interface.
LSSerializer.write
was called with a LSOutput
with no encoding specified
and LSOutput.systemId
set to the uri
argument.
open()
.
Namespace
.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |