com.quiotix.html.parser
Class HtmlDocument.Tag
java.lang.Object
com.quiotix.html.parser.HtmlDocument.HtmlElement
com.quiotix.html.parser.HtmlDocument.Tag
- Enclosing class:
- HtmlDocument
- public static class HtmlDocument.Tag
- extends HtmlDocument.HtmlElement
HTML start tag. Stores the tag name and a list of tag attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tagName
public java.lang.String tagName
attributeList
public HtmlDocument.AttributeList attributeList
emptyTag
public boolean emptyTag
HtmlDocument.Tag
public HtmlDocument.Tag(java.lang.String t,
HtmlDocument.AttributeList a)
setEmpty
public void setEmpty(boolean b)
accept
public void accept(HtmlVisitor v)
- Specified by:
accept
in class HtmlDocument.HtmlElement
getLength
public int getLength()
toString
public java.lang.String toString()