org.jicarilla.collections |
|
Java Source File Name | Type | Comment |
AbstractXMLNodeHandler.java | Class | An XMLNodeHandler is a DefaultHandler which will construct a
Node tree from SAX events. |
DefaultNode.java | Class | An implementation of Node which is backed by a List. |
DefaultXMLNodeHandler.java | Class | Helps
NodeBuilder build
Node Trees out of sax events. |
Node.java | Interface | Representation of hierarchical data similar to DOM, JDOM,
etc, but much more similar to the normal java collections.
Use the Map interface for accessing the Node attributes,
and use the modified List interface for accessing the Node
children. |
NodeBuilder.java | Class | Builds ValueNode trees from SAX events. |
NodeUtil.java | Class | Provides conversion to and from various other objects. |