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

All Superinterfaces:
Cloneable, Item, Iterable<Attribute>, NamedItem, Range, Tag, TagWithAttributes

public interface StartTag
extends TagWithAttributes

Common interface of all classes representing start tags ("<p>") in XML documents. All start tags must be paired with following EndTag elements.

Author:
Chris W. Johnson

Field Summary
 
Fields inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
kClassAttributeName
 
Method Summary
 
Methods inherited from interface edu.utexas.its.eis.tools.qwicap.template.xml.structure.TagWithAttributes
enumerateAttributes, getAttribute, getAttribute, isOfClass
 
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
 
Methods inherited from interface java.lang.Iterable
iterator