构造器和说明 |
---|
FrameTag()
Create a new frame tag.
|
限定符和类型 | 方法和说明 |
---|---|
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. |
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
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
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.