org.htmlparser.tags
public class FrameTag extends TagNode
| Constructor Summary | |
|---|---|
| FrameTag()
Create a new frame tag. | |
| Method Summary | |
|---|---|
| String | getFrameLocation()
Returns the location of the frame. |
| String | getFrameName()
Get the NAME attribute, if any. |
| String[] | getIds()
Return the set of names handled by this tag. |
| void | setFrameLocation(String url)
Sets the location of the frame. |
| String | toString()
Return a string representation of the contents of this FRAME tag suitable for debugging. |
Returns: The contents of the SRC attribute converted to an absolute URL.
NAME attribute, if any.Returns: The value of the NAME attribute,
or null if the attribute doesn't exist.
Returns: The names to be matched that create tags of this type.
Parameters: url The new frame location.
FRAME tag suitable for debugging.Returns: A string with this tag's contents.
| HTML Parser is an open source library released under LGPL. | |