Uses of Class
edu.uky.rch.ept.xmlSegmentTree.dom.HierarchyException

Packages that use HierarchyException
edu.uky.rch.ept.xmlSegmentTree   
edu.uky.rch.ept.xmlSegmentTree.dom   
 

Uses of HierarchyException in edu.uky.rch.ept.xmlSegmentTree
 

Methods in edu.uky.rch.ept.xmlSegmentTree that throw HierarchyException
 org.dom4j.Document SegmentTree.getDocument(ElementFilter filter)
          Get the dom4j Document associated with this segment tree and the specified filter.
 org.dom4j.Document SegmentTree.getDocument(org.dom4j.DocumentType dtd)
          Get the dom4j Document associated with this segment tree and the specified DocumentType.
 

Uses of HierarchyException in edu.uky.rch.ept.xmlSegmentTree.dom
 

Constructors in edu.uky.rch.ept.xmlSegmentTree.dom that throw HierarchyException
XDocument(SegmentTree st, ElementFilter filter)
          Create a dom4j representation of the tags stored in a particular segment tree which match the given filter.
XDocument(SegmentTree st, ElementFilter filter, String rootName)
          Create a dom4j representation of the tags stored in a particular segment tree which match the given filter.
XDocument(SegmentTree st, org.dom4j.DocumentType dt)
          Create a dom4j representation of a segment tree with the specified document type.