|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children
of this node.
ContentHandler
interface into this serializer.
DocumentHandler
interface into this serializer.
DOMSerializer
interface into this serializer.
Attr
interface represents an attribute in an
Element
object.ExtensionHandlerJavaClass.
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 '-->
'.Attr
of the given name.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentType
node.
EntityReference
object.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
Document
interface represents the entire HTML or XML
document.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.DocumentFragment
is a "lightweight" or "minimal"
Document
object.Document
interface using binding-specific casting methods.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.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.FactoryConfigurationError
with no
detail message.
FactoryConfigurationError
with the
given Exception
as a root cause.
FactoryConfigurationError
with the
given Exception
as a root cause and the given detail
message.
FactoryConfigurationError
with the
given detail message.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
TreeWalker
to the first visible child of the
current node, and returns the new node.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
NodeList
that contains all children of this node.
DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
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 Elements
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 Elements
with
a given local name and namespace URI in the order in which they would
be encountered in a preorder traversal of the Document
tree, starting from this node.
NodeList
of all the Elements
with
a given local name and namespace URI in the order in which they would
be 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.
FactoryConfigurationError
or null if there is none.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
data
and the substringData
method below.
DOCTYPE
keyword.
DOCTYPE
keyword.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
NamedNodeMap
containing the notations declared in the
DTD.
NamedNodeMap
containing the notations declared in the
DTD.
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.
Element
node this attribute is attached to or
null
if this attribute is not in use.
Parser
object which is wrapped by
this SAXParser
implementation.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
null
if it is
unspecified.
true
; otherwise, it is
false
.
true
; otherwise, it is
false
.
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.
newChild
before the existing child node
refChild
.
SAXParserFactory
is configured to
produce parsers that are namespace aware or not.
DocumentBuilderFactory
is configured to
produce parsers that are namespace aware or not.
SAXParserFactory
is configured to
produce parsers that validate XML documents as they are parsed.
DocumentBuilderFactory
is configured to
produce parsers that validate XML documents as they are parsed.
index
th item in the map.
index
th item in the collection.
index
th item in the collection.
index
th item in the collection.
index
th item in the map.
index
th item in the collection.
TreeWalker
to the last visible child of the
current node, and returns the new node.
TreeWalker
to the last visible child of the
current node, and returns the new node.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Document
instance from the underlying DOM
implementation.
DocumentBuilder
.
SAXParserFactory
.
DocumentBuilderFactory
.
SAXParser
.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker
to the next visible node in document
order relative to the current node, and returns the new node.
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.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of the current
node, and returns the new node.
TreeWalker
to the next sibling of 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.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 markup (e.g., tags, comments, processing
instructions, CDATA sections, and entity references) separates
Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
File
and returns a
Document
object.
File
as an XML document
using the specified HandlerBase
object.
InputSource
and returns
a Document
object.
InputSource
as an XML
document using the specified HandlerBase
object.
InputStream
and returns
a Document
object.
InputStream
as an XML
document using the specified HandlerBase
object.
Document
object.
HandlerBase
object.
ParserConfigurationException
with no
detail message.
ParserConfigurationException
with the
given detail message.
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new node.
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.
TreeWalker
to the previous sibling of the
current node, and returns the new node.
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.oldChild
from the
list of children, and returns it.
oldChild
with
newChild
in the list of children, and returns the
oldChild
node.
"Xalani v.r[.dd| Dnn]"
.
SAXParser
abstract class
contain an implementation of the org.xml.sax.Parser
interface
and enables content from a variety of sources to be parsed using the
contained parser.SAXParserFactory
defines a factory API that enables
applications to configure and obtain a SAX based parser to parse XML
documents.DocumentHandler
and
ContentHandler
with additional methods suitable
for serialization.EntityResolver
to be used by this
DocumentBuilder
.
ErrorHandler
to be used by this
DocumentBuilder
.
nodeName
attribute.
nodeName
attribute.
namespaceURI
and
localName
.
namespaceURI
and
localName
.
offset
, keeping both in the tree as siblings.
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 its
whatToShow
flags and any filters that are defined for the
TreeWalker
.MalformedURIException
with no specified
detail message.
MalformedURIException
with the
specified detail message.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |