Node
defines the polymorphic behavior for all XML nodes in a dom4j tree.
A node can be output as its XML format, can be detached from its position in a document and can have XPath expressions evaluated on itself.
A node may optionally support the parent relationship and may be read only.
@author James Strachan @version $Revision: 1.31 $ @see #supportsParent @see #isReadOnly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|