|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
TreeWalker
or NodeIterator
.
Attr
was just added.
newChild
to the end of the list of children
of this node.
newChild
to the end of the list of children of
this node.
newChild
to the end of the list of children of
this node.
EventTarget
.
Attr
interface represents an attribute in an
Element
object.Attr
.
Attributes
interface, which includes Namespace support.AttributeList
;
that interface has been replaced by
Attributes
,
which is implemented in the
AttributesImpl
helper class.CDATASection
.
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 '-->
'.Comment
.
Attr
of the given name.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
NodeIterator
over the subtree rooted at the
specified node.
ProcessingInstruction
node given the specified
name and data strings.
ProcessingInstruction
node given the specified
name and data strings.
Document
interface using binding-specific casting
methods.
Text
node given the specified string.
Text
node given the specified string.
TreeWalker
over the subtree rooted at the
specified node.
org.xml.sax.ContentHandler
interface.XMLDocumentHandler
interface.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
.
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.Element
interface represents an element in an HTML or XML
document.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
.
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.FactoryConfigurationError
with no
detail mesage.
FactoryConfigurationError
with a
given Exception
base cause of the error.
FactoryConfigurationError
with the
given Exception
base cause and detail message.
FactoryConfigurationError
with
the String
specified as an error message.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance()
may
be safely cast to a SAXTransformerFactory.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.
TreeWalker
to the first visible child of the
current node, and returns the new node.
doctype
as root
and generates Java classes
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
Attr
node by name.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
NamedNodeMap
containing the attributes of this node
(if it is an Element
) or null
otherwise.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
null
if the
cause is nonexistent or unknown.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
NodeList
of all immediate children with a given
tag name,
NodeList
of all immediate children with a given
tag name and namespace
TreeWalker
is currently positioned.
EventTarget
whose
EventListeners
are currently being processed.
DocumentType
)
associated with this document.
DOMImplementation
object that handles this document.
Element
whose ID
is given by
elementId
.
NamedNodeMap
containing the element declarations
in the DTD.
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 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 would be encountered in a preorder
traversal of the Element
tree.
NodeList
of all the Element
s with a
given tag name in the order in which they would be 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.
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.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
TreeWalker
.
NodeFilter
used to screen nodes.
Attr
.
DOMImplementation
object that handles this document.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
DOCTYPE
keyword.
DOCTYPE
keyword.
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.
DOCTYPE
keyword.
NamedNodeMap
containing the notations declared in the
DTD.
NamedNodeMap
containing the notations declared in the
DTD.
xsl:output
xsl:output
Document
object associated with this node.
Document
object associated with this node.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
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.
null
relatedNode
is used to identify a secondary node related
to a mutation event.
NodeIterator
, as specified when it
was created.
root
node of the TreeWalker
, as specified
when it was created.
true
; otherwise, it is
false
.
null
EventTarget
to which the event was
originally dispatched.
TreeWalker
.
doc
argument.
doc
argument.
EventListener
interface was registered.
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class.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.
initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
index
th item in the map.
index
th item in the collection.
org.xml.sax.XMLReader
implementation class.TreeWalker
to the last visible child of the
current node, and returns the new node.
0
instead
Attr
was modified in place.
MutationEvent
interface provides specific contextual
information associated with Mutation events.NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.SAXParserFactory
.
DocumentBuilderFactory
.
TransformerFactory
.
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.
Node
interface is the primary datatype for the entire
Document Object Model.Iterators
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.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.
Notation
.
OracleXMLQuery
class does the generation of XML given a
SQL query.org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.HandlerBase
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.HandlerBase
.
XMLReader
interface, which includes Namespace support.ParserConfigurationException
with no
detail mesage.
ParserConfigurationException
with
the String
specified as an error message.
Parser
interface.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.
XMLAttr
node
XMLAttr
node
XMLElement
XMLElement
XMLCDATA
node
XMLCDATA
node
XMLNode
XMLNode
XMLComment
node
XMLComment
node
DTD
.
DTD
.
XMLDocument
.
XMLDocument
.
XMLDocumentFragment
object.
XMLDocumentFragment
object.
PrintDriver
defines methods used to print XML
documents represented as DOM trees.XMLElement
.
XMLElement
.
XMLEntityReference
node
XMLEntityReference
node
XMLPI
node
XMLPI
node
XMLText
node
XMLText
node
ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.RangeException
as specified in
their method descriptions.Attr
was just removed.
oldChild
from the list
of children, and returns it.
oldChild
from the list
of children, and returns it.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
AttributeList
interface and
also provides Namespace support.org.xml.sax.XMLReader
implementation class.EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to resolve
entities present in the XML document to be parsed.
nodeName
attribute.
namespaceURI
and
localName
.
setStylesheetHeader
instead.
setStylesheetHeader
instead.
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.
0
instead
0
instead
offset
,
keeping both in the tree as siblings.
Text
node into two Text nodes at specified offset,
so they are both siblings, and the node only contains content up to the
offset.
sourceRange
to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange
to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
stopPropagation
method is used prevent further
propagation of an event during event flow.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.Text
node.
TransformerConfigurationException
with no
detail mesage.
TransformerConfigurationException
with
the String
specified as an error message.
TransformerConfigurationException
with the
given Exception
base cause and detail message.
TransformerConfigurationException
with a
given Exception
base cause of the error.
TransformerFactoryConfigurationError
with no
detail mesage.
TransformerFactoryConfigurationError
with a
given Exception
base cause of the error.
TransformerFactoryConfigurationError
with the
given Exception
base cause and detail message.
TransformerFactoryConfigurationError
with
the String
specified as an error message.
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).Event
's type was not specified by initializing the
event before the method was called.
org.xml.sax.DocumentHandler
interface.XMLDOMException
exception with a specified
message and a code.
XMLDOMException
exception with a specified
message and a code.
Entity
interface and represens
an XML internal or external entity as defined in the XML
Document Type Definition (DTD).Node
interface and serves as the primary
datatype for the entire Document Object Model.XMLNode
having the given name and type
Notation
interface and represents
a notation declared in the Document Type Definition.XMLNSNode
having the given name and type
DOMParser
and SAXParser
classes.XMLPrintDriver
implements PrintDriver
interface.XSLStylesheet
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |