edu.utexas.its.eis.tools.qwicap.template.xml.structure
Interface EndTag

All Superinterfaces:
Cloneable, Item, NamedItem, Range, Tag

public interface EndTag
extends Tag

Common interface of all classes representing end tags ("</p>") in XML documents. All end tags must be paired with preceding StartTag elements.

Author:
Chris W. Johnson

Method Summary
 
Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.NamedItem
getName, getNamespace, getNameString, nameEquals, nameEquals
 
Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Item
contentEquals, getContent
 
Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.Range
clone, isEmptyTag, isEndTag, isStartTag, isTagWithAttributes, rangeEquals, toString, write