java.lang.ObjectRepresents the data for a single node in the XmlTree. This class (known as a "user object" from the JTree perspective) provides a way to get information about the node by essentially wrapping the XmlObject instance that the node represents. The XmlModel class represents the XML data model to the tree by calling methods of this object.org.apache.xmlbeans.samples.xmltree.XmlEntry
| Constructor: |
|---|
|
| Method from org.apache.xmlbeans.samples.xmltree.XmlEntry Summary: |
|---|
| getChild, getChildCount, getChildren, getXml, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.xmlbeans.samples.xmltree.XmlEntry Detail: |
|---|
|
|
|
|
|