public class FrameTag extends TagNode
children, mPage, nodeBegin, nodeEnd, parent
breakTags, mAttributes, mDefaultScanner
Constructor | Description |
---|---|
FrameTag() |
Create a new frame tag.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFrameLocation() |
Returns the location of the frame.
|
java.lang.String |
getFrameName() |
Get the
NAME attribute, if any. |
java.lang.String[] |
getIds() |
Return the set of names handled by this tag.
|
void |
setFrameLocation(java.lang.String url) |
Sets the location of the frame.
|
java.lang.String |
toString() |
Return a string representation of the contents of this
FRAME tag suitable for debugging. |
clone, collectInto, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml
clone, collectInto, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, breaksFlow, getAttribute, getAttributeEx, getAttributesEx, getEnders, getEndingLineNumber, getEndTag, getEndTagEnders, getRawTagName, getStartingLineNumber, getTagBegin, getTagEnd, getTagName, getText, getThisScanner, isEmptyXmlTag, isEndTag, removeAttribute, setAttribute, setAttribute, setAttribute, setAttributeEx, setAttributesEx, setEmptyXmlTag, setEndTag, setTagBegin, setTagEnd, setTagName, setText, setThisScanner, toHtml, toPlainTextString
public java.lang.String[] getIds()
public java.lang.String getFrameLocation()
public void setFrameLocation(java.lang.String url)
url
- The new frame location.public java.lang.String getFrameName()
NAME
attribute, if any.NAME
attribute,
or null
if the attribute doesn't exist.HTML Parser is an open source library released under LGPL.