org.htmlparser.tags
public class FrameSetTag extends CompositeTag
Constructor Summary | |
---|---|
FrameSetTag()
Create a new frame set tag. |
Method Summary | |
---|---|
String[] | getEndTagEnders()
Return the set of end tag names that cause this tag to finish. |
FrameTag | getFrame(String name)
Gets a frame by name.
|
FrameTag | getFrame(String name, Locale locale)
Gets a frame by name.
|
NodeList | getFrames()
Returns the frames. |
String[] | getIds()
Return the set of names handled by this tag. |
void | setFrames(NodeList frames)
Sets the frames (children of this tag). |
String | toString()
Return a string representation of the contents of this FRAMESET tag suitable for debugging. |
Returns: The names of following end tags that stop further scanning.
Parameters: name The name of the frame to retrieve.
Returns: The specified frame or null
if it wasn't found.
Parameters: name The name of the frame to retrieve. locale The locale to use when converting to uppercase.
Returns: The specified frame or null
if it wasn't found.
Returns: The children of this tag.
Returns: The names to be matched that create tags of this type.
Parameters: frames The frames to set
FRAMESET
tag suitable for debugging.Returns: A string with this tag's contents.
HTML Parser is an open source library released under LGPL. | |