|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.htmlparser.nodes.AbstractNode
org.htmlparser.nodes.TagNode
org.opencms.jsp.parse.DivTag
A
for flat parsing (vs. nested) which is misued for avoiding the creation of
the corresponding end tag in case the html to parse is not balanced.Div
Field Summary |
Fields inherited from class org.htmlparser.nodes.TagNode |
breakTags, mAttributes, mDefaultScanner |
Fields inherited from class org.htmlparser.nodes.AbstractNode |
children, mPage, nodeBegin, nodeEnd, parent |
Constructor Summary | |
DivTag()
|
Method Summary | |
java.lang.String[] |
getEnders()
|
java.lang.String[] |
getIds()
|
Methods inherited from class org.htmlparser.nodes.TagNode |
accept, breaksFlow, getAttribute, getAttributeEx, getAttributes, getAttributesEx, getEndingLineNumber, getEndTag, getEndTagEnders, getParsed, getRawTagName, getStartingLineNumber, getTagBegin, getTagEnd, getTagName, getText, getThisScanner, isEmptyXmlTag, isEndTag, removeAttribute, setAttribute, setAttribute, setAttribute, setAttributeEx, setAttributes, setAttributesEx, setEmptyXmlTag, setEndTag, setTagBegin, setTagEnd, setTagName, setText, setThisScanner, toHtml, toPlainTextString, toString |
Methods inherited from class org.htmlparser.nodes.AbstractNode |
clone, collectInto, doSemanticAction, getChildren, getEndPosition, getPage, getParent, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.htmlparser.Node |
clone, collectInto, doSemanticAction, getChildren, getEndPosition, getPage, getParent, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition |
Constructor Detail |
public DivTag()
Method Detail |
public java.lang.String[] getEnders()
TagNode.getEnders()
public java.lang.String[] getIds()
TagNode.getIds()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |