com::cosylab::logging::client::DomTree Class Reference
List of all members.
Detailed Description
This class wraps a DOM node and returns the text we want to display in the tree. It also returns children, index values, and child counts.
Creation date: (1/30/02 9:57:02 AM)
- Author:
- :
Constructor & Destructor Documentation
| com::cosylab::logging::client::DomTree::DomTree |
( |
|
) |
[inline] |
| com::cosylab::logging::client::DomTree::DomTree |
( |
java.util.Hashtable |
value |
) |
[inline] |
Member Function Documentation
| Node com::cosylab::logging::client::DomTree::getRootNode |
( |
|
) |
[inline] |
Returns the instance of the document displayed by this tree or null if empty. Creation date: (1/30/02 10:53:29 AM)
- Returns:
- org.w3c.dom.Document
| static void com::cosylab::logging::client::DomTree::main |
( |
String[] |
args |
) |
[inline, static] |
Insert the method's description here. Creation date: (1/30/02 10:59:08 AM)
- Parameters:
-
References DomTree().
| void com::cosylab::logging::client::DomTree::setRootNode |
( |
Node |
newDocument |
) |
[inline] |
Sets the new document to be displayed by this tree. Can be null to display empty tree. Creation date: (1/30/02 10:46:35 AM)
- Parameters:
-
| newDocument | org.w3c.dom.Document |
References cellRenderer.
Member Data Documentation
Initial value:
{
"none",
"Element",
"Attr",
"Text",
"CDATA",
"EntityRef",
"Entity",
"ProcInstr",
"Comment",
"Document",
"DocType",
"DocFragment",
"Notation",
}
Referenced by com::cosylab::logging::client::DomTree::AdapterNode::toString().
The documentation for this class was generated from the following file: