edu.uky.rch.ept.xmlSegmentTree.dom
Class DTDFilter

java.lang.Object
  extended byedu.uky.rch.ept.xmlSegmentTree.TagFilter
      extended byedu.uky.rch.ept.xmlSegmentTree.dom.DTDFilter
All Implemented Interfaces:
ElementFilter

public class DTDFilter
extends TagFilter

Author:
neil

Constructor Summary
DTDFilter(org.dom4j.DocumentType dt)
           
DTDFilter(org.dom4j.DocumentType[] dtds)
           
 
Methods inherited from class edu.uky.rch.ept.xmlSegmentTree.TagFilter
matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDFilter

public DTDFilter(org.dom4j.DocumentType dt)

DTDFilter

public DTDFilter(org.dom4j.DocumentType[] dtds)