|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.quiotix.html.parser.HtmlDocument.HtmlElement com.quiotix.html.parser.HtmlDocument.TagBlock
public static class HtmlDocument.TagBlock
A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag.
Field Summary | |
---|---|
HtmlDocument.ElementSequence |
body
The sequance of elements which make up the body. |
HtmlDocument.EndTag |
endTag
Tag at end of Block. |
HtmlDocument.Tag |
startTag
Tag at start of Block. |
Constructor Summary | |
---|---|
HtmlDocument.TagBlock(String name,
HtmlDocument.AttributeList aList,
HtmlDocument.ElementSequence b)
Constructor. |
Method Summary | |
---|---|
void |
accept(HtmlVisitor v)
Allow the Visitor to visit. |
int |
getLength()
|
String |
text()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public HtmlDocument.Tag startTag
public HtmlDocument.EndTag endTag
public HtmlDocument.ElementSequence body
Constructor Detail |
---|
public HtmlDocument.TagBlock(String name, HtmlDocument.AttributeList aList, HtmlDocument.ElementSequence b)
Method Detail |
---|
public void accept(HtmlVisitor v)
Visitable
accept
in interface Visitable
accept
in class HtmlDocument.HtmlElement
v
- the visitor which has come to callpublic int getLength()
public String toString()
toString
in class Object
public String text()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |