com.quiotix.html.parser
Class HtmlDocument.TagBlock
java.lang.Object
|
+--com.quiotix.html.parser.HtmlDocument.HtmlElement
|
+--com.quiotix.html.parser.HtmlDocument.TagBlock
- Enclosing class:
- HtmlDocument
- public static class HtmlDocument.TagBlock
- extends HtmlDocument.HtmlElement
A tag block is a composite structure consisting of a start tag
a sequence of HTML elements, and a matching end tag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTag
public HtmlDocument.Tag startTag
endTag
public HtmlDocument.EndTag endTag
body
public HtmlDocument.ElementSequence body
HtmlDocument.TagBlock
public HtmlDocument.TagBlock(java.lang.String name,
HtmlDocument.AttributeList aList,
HtmlDocument.ElementSequence b)
accept
public void accept(HtmlVisitor v)
- Overrides:
accept
in class HtmlDocument.HtmlElement