protected static class DOMViewer.NodeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Node |
node
The DOM node.
|
Constructor and Description |
---|
NodeInfo(org.w3c.dom.Node n)
Creates a new NodeInfo object.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getNode()
Returns the DOM Node associated with this node info.
|
java.lang.String |
toString()
Returns a printable representation of the object.
|