org.xerial.util.bean
Interface TreeNode

All Known Implementing Classes:
XMLTreeNode

public interface TreeNode

Tree represetation of XML/JSON/ANTLR data

Author:
leo

Method Summary
 List<TreeNode> getChildren()
           
 String getNodeName()
           
 String getNodeValue()
           
 

Method Detail

getNodeName

String getNodeName()

getNodeValue

String getNodeValue()

getChildren

List<TreeNode> getChildren()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.