softparsmap
Interface StringNodeConverter
- All Known Implementing Classes:
- AbstractStringNodeConverter
- public interface StringNodeConverter
beforeParsing
public void beforeParsing(TreeStructureParser tsp,
java.lang.String treeString,
Node tree)
afterParsing
public void afterParsing(TreeStructureParser tsp,
java.lang.String treeString,
Node tree)
convertToNode
public Node convertToNode(java.lang.String string,
java.lang.Object info)
convertToLeaf
public Node convertToLeaf(java.lang.String string,
java.lang.Object info)
convertFromNode
public java.lang.String convertFromNode(Node node,
java.lang.Object info)
convertFromLeaf
public java.lang.String convertFromLeaf(Node node,
java.lang.Object info)
isLeaf
public boolean isLeaf(Node node)