public class TreeNodeHtmlOutput extends ObjectId
TreeNode_ifc
in a html format to view internal data for debugging.
It is used especially for the ZbnfParser
parse result.Modifier and Type | Field and Description |
---|---|
private java.util.Queue<java.lang.Object> |
newInstances |
static java.lang.String |
version
Version, history and license.
|
Constructor and Description |
---|
TreeNodeHtmlOutput() |
Modifier and Type | Method and Description |
---|---|
static void |
out(java.lang.Appendable out,
TreeNode_ifc<?,?> data,
boolean bNoHash) |
private void |
outDataChildren(java.lang.Appendable out,
TreeNode_ifc<?,?> data)
Output all children of a node as list of the node
|
private void |
outNode(java.lang.Appendable out,
TreeNode_ifc<?,?> data,
boolean bNoHash)
Output one node independent of there position in the tree.
|
allInstances, getIdFromHash, getPerHash, getPerId, instanceId, toStringNoHash
public static final java.lang.String version
DataShow
But for TreeNode_ifc
especially
private java.util.Queue<java.lang.Object> newInstances
public static void out(java.lang.Appendable out, TreeNode_ifc<?,?> data, boolean bNoHash) throws java.io.IOException
java.io.IOException
private void outNode(java.lang.Appendable out, TreeNode_ifc<?,?> data, boolean bNoHash) throws java.io.IOException
out
- data
- bNoHash
- java.io.IOException
private void outDataChildren(java.lang.Appendable out, TreeNode_ifc<?,?> data) throws java.io.IOException
out
- data
- java.io.IOException