|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Node.getText()
Element.getText()
getDocument
returns the Document
that this Node
is part of if this node supports
the parent relationship.
DocumentFactory
used to create the DOM4J document structure
DatatypeElementFactory
for the given
<element> schema element
Node.getName()
method.
org.dom4j.dtd
package
org.dom4j.dtd
package
getName
returns the name of this node.
Namespace
of this element if one exists
otherwise null is returned returned.
Namespace
of this element if one exists
otherwise Namespace.NO_NAMESPACE
is returned.
Namespace
which is mapped to the given
prefix or null if it could not be found.
Namespace
which is mapped to the given
URI or null if it could not be found.
String
is returned.
String
is returned.
String
is returned.
String
is returned.
getParent
returns the parent Element
if this node supports the parent relationship or null if it is
the root element or does not support the parent relationship.
QName
of this attribute which represents
the local name, the qualified name and the Namespace
.
QName
of this element which represents
the local name, the qualified name and the Namespace
.
QName
for the given qualified name, using
the namespace URI in scope for the given prefix of the qualified name
or the default namespace if the qualified name has no prefix.
Element
for this document.
Node.getName()
method.
getText
will return the textual version of
the XPath expression.
null
when unspecified or when it is not known (such
as when the Document was created in memory) or when the implementation
does not support this operation.
XMLWriter
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |