Returns the indexth element in the list.
Returns the indexth node in the list.
Selects an attribute by index.
Returns the attribute with the specified name in no namespace,
or null if this element does not have an attribute
with that name in no namespace.
Returns the attribute with the specified name and namespace URI,
or null if this element does not have an attribute
with that name in that namespace.
Returns the number of attributes of this Element
,
not counting namespace declarations.
Returns the value of the attribute with the specified
name in no namespace,
or null if this element does not have an attribute
with that name.
Returns the value of the attribute with the
specified name and namespace URI,
or null if this element does not have such an attribute.
Returns the absolute URI from which this document was loaded.
Returns the absolute base URI against which relative URIs in
this element should be resolved.
Returns the base URI of this node as specified by
XML
Base, or the empty string if this is not known.
Return the original cause that led to this exception,
or null if there was no original exception.
Returns the underlying exception that caused this exception.
When an IOException
,
MalformedURLException
, or other generic
exception is thrown while processing an XML document
for XIncludes, it is customarily replaced
by some form of XIncludeException
.
Return the original cause that led to this exception,
or null if there was no original exception.
Return the original cause that led to this exception,
or null if there was no original exception.
Returns the underlying exception that caused this exception.
Returns the character which could not be written
in the current encoding.
Throws IndexOutOfBoundsException
because attributes do not have children.
Throws IndexOutOfBoundsException
because
comments do not have children.
Throws IndexOutOfBoundsException
because
document type declarations do not have children.
Throws IndexOutOfBoundsException
because
namespaces do not have children.
Returns the child of this node at the specified position.
Returns the child of this node at the specified position.
Throws IndexOutOfBoundsException
because
processing instructions do not have children.
Throws IndexOutOfBoundsException
because
texts do not have children.
Returns 0 because attributes do not have children.
Returns 0 because comments do not have children.
Returns 0 because document type declarations do not have
children.
Returns 0 because namespaces do not have
children.
Returns the number of children of this node.
Returns the number of child nodes this node contains.
Returns 0 because processing instructions do not have children.
Returns 0 because texts do not have children.
Returns a list of all the child elements
of this element in document order.
Returns a list of the child elements of
this element with the specified name in no namespace.
Returns a list of the immediate child elements of this
element with the specified local name and namespace URI.
Returns the approximate column number of the construct that
caused this exception.
Returns the current column number of the output stream.
Returns the column number of the nth validity
error.
Returns the content handler.
Returns a string containing the actual illegal text that
caused this exception.
Returns this document's document type declaration,
or null if it doesn't have one.
Returns the document that contains this node,
or null if this node is not currently part of a document.
Returns a Document
object for the document that
caused this exception.
Returns the name of the character encoding used by
this serializer.
Returns the encoding that does not support the character.
Returns the number of validity errors the parser detected
in the document.
Returns the first child
element with the specified name in no namespace.
Returns the first child
element with the specified local name and namespace URI.
Returns the number of spaces this serializer indents.
Returns the complete internal DTD subset.
Returns the LexicalHandler
for this
converter.
Returns the approximate row number of the construct that
caused this exception.
Returns the line number of the nth validity
error.
Returns the string used as a line separator.
Returns the local name of this attribute,
not including the prefix.
Returns the local name of this element, not including the
namespace prefix or colon.
Returns the preferred maximum line length.
Returns the string name of this type as might
be used in a DTD; for example, "ID", "CDATA", etc.
Returns the number of namespace declarations on this
element.
Returns the prefix of this attribute,
or the empty string if this attribute
is not in a namespace.
Returns the prefix of this element, or the empty string
if this element does not have a prefix.
Returns the indexth namespace prefix declared on
this element.
Returns the namespace URI of this attribute, or the empty string
if this attribute is not in a namespace.
Returns the namespace URI of this element,
or the empty string if this element is not
in a namespace.
Returns the namespace URI mapped to the specified
prefix within this element.
Returns this builder's NodeFactory
.
Returns the node that contains this node,
or null if this node does not have a parent.
Returns the namespace prefix, or the empty string if this node
is the default namespace.
Returns true if this serializer preserves the original
base URIs by inserting extra xml:base
attributes.
Returns the public ID of the external DTD subset.
Returns the qualified name of this attribute,
including the prefix if this attribute is in a namespace.
Returns the complete name of this element, including the
namespace prefix if this element has one.
This method probably returns the actual object returned by the
query.
Returns this document's root element.
Returns the name the document type declaration specifies
for the root element.
Returns the system ID of the external DTD subset.
Returns the processing instruction target.
Returns the DTD type of this attribute.
Indicates whether serialization will
perform Unicode normalization on all data using normalization
form C (NFC).
Returns the system ID (generally a URL) of the document that
caused this exception.
Returns the URI of the document that caused this exception.
Returns a message indicating a specific validity problem
in the input document as detected by the parser.
Returns the attribute value.
Returns the value of this comment as defined by XPath 1.0.
Returns the empty string.
Returns the value of the document as defined by XPath 1.0.
Returns the value of the element as defined by XPath 1.0.
Returns the namespace URI.
Returns the XPath 1.0 string-value of this node.
Returns the processing instruction data.
Returns the XPath 1.0 string-value of this Text
node.
Returns the specific XPath expression being evaluated when this
excepiton was thrown.