|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children
of this node.
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.
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.DocumentFragment
.
Document
.
DocumentType
.
DocumentFragment
is a "lightweight" or "minimal"
Document
object.ContentHandler
interface, which includes Namespace support.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
.
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.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 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 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 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 SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
null
if the
cause is nonexistent or unknown.
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 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 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.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
DOCTYPE
keyword.
null
if it is
unspecified.
NamedNodeMap
containing the notations declared in the
DTD.
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.
true
; otherwise, it is
false
.
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.
newChild
before the existing child node
refChild
.
index
th item in the collection.
index
th item in the map.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.DocumentBuilderFactory
.
SAXParserFactory
.
Transform Factory
.
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 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
.
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.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.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.ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
org.xml.sax.XMLReader
implementation class.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.
nodeName
attribute.
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
.Text
node.
TFactoryConfigurationError
with no
detail mesage.
TFactoryConfigurationError
with a
given Exception
base cause of the error.
TFactoryConfigurationError
with the
given Exception
base cause and detail message.
TFactoryConfigurationError
with
the String
specified as an error message.
TransformerConfigurationException
with no
detail mesage.
TransformerConfigurationException
with a
given Exception
base cause of the error.
TransformerConfigurationException
with
the String
specified as an error message.
TransformerConfigurationException
with the
given Exception
base cause and detail message.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |