Package com.dyuproject.util.xml

Interface Summary
LazyHandler A handler that can terminate the parsing anytime.
Node An xml node for persistence - much like DOM.
 

Class Summary
SimpleHandler Simple Handler to generate a root node with all its child nodes.
SimpleNode Simple node that persists the attributes in a Map, text content in a StringBuilder and child nodes in a List.
XMLParser A simple XML parser that starts parsing right away and validates along the way.
 



Copyright © 2008-2013. All Rights Reserved.