Package edu.uky.rch.ept.xmlSegmentTree

Interface Summary
ElementFilter Interface for filtering elements while traversing a segment tree.
SegmentTreeVisitor Interface for traversing a segment tree.
 

Class Summary
AbstractSegmentTreeVisitor Abstract class for traversing a segment tree.
DefaultXMLParseHandler Default implementation of XMLParseHandler, with empty actions.
ElementSet A set of Elements.
SegmentTree  
SegmentTree.OutputVisitor A visitor to output the elements of the SegmentTree to a PrintStream as (pseudo-)XML.
SegmentTree.TransformedOutputVisitor A visitor to output the elements of the SegmentTree to a PrintStream as (pseudo-)XML, possibly encoding element coordinates.
TagFilter An ElementFilter that matches tagged elements with any of a set of tags, and optionally string elements as well.
XmlSegmentTreePlugin The main plugin class to be used in the desktop.
 

Exception Summary
TraversalException Exception to signal the end of a SegmentTree traversal.