Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.htmlparser.tags
Class FrameSetTag  view FrameSetTag download FrameSetTag.java

java.lang.Object
  extended byorg.htmlparser.Node
      extended byorg.htmlparser.tags.Tag
          extended byorg.htmlparser.tags.CompositeTag
              extended byorg.htmlparser.tags.FrameSetTag
All Implemented Interfaces:
java.io.Serializable

public class FrameSetTag
extends CompositeTag

Identifies an frame tag


Field Summary
protected  java.lang.String frameName
           
protected  org.htmlparser.util.NodeList frames
           
protected  java.lang.String frameURL
          The URL where the image is stored.
 
Fields inherited from class org.htmlparser.tags.CompositeTag
childTags, endTag, startTag
 
Fields inherited from class org.htmlparser.tags.Tag
attributes, breakTags, EMPTYTAG, tagContents, TAGNAME, thisScanner, TYPE
 
Fields inherited from class org.htmlparser.Node
lineSeparator, nodeBegin, nodeEnd, parent
 
Constructor Summary
FrameSetTag(org.htmlparser.tags.data.TagData tagData, org.htmlparser.tags.data.CompositeTagData compositeTagData)
           
 
Method Summary
 FrameTag getFrame(java.lang.String frameName)
           
 java.lang.String getFrameLocation()
          Returns the location of the frame
 java.lang.String getFrameName()
           
 org.htmlparser.util.NodeList getFrames()
          Returns the frames.
 void setFrames(org.htmlparser.util.NodeList frames)
          Sets the frames.
 java.lang.String toString()
          Print the contents of the HTMLImageNode
 
Methods inherited from class org.htmlparser.tags.CompositeTag
accept, childAt, children, collectInto, collectInto, digupStringNode, elements, findPositionOf, findPositionOf, getChild, getChildCount, getChildren, getChildrenAsNodeArray, getChildrenHTML, getEndTag, getStartTag, putChildrenInto, putEndTagInto, putStartTagInto, searchByName, searchFor, searchFor, searchFor, toHtml, toPlainTextString
 
Methods inherited from class org.htmlparser.tags.Tag
append, append, breaksFlow, extractWord, find, getAttribute, getAttributes, getParameter, getParsed, getTagBegin, getTagEnd, getTagEndLine, getTagLine, getTagLines, getTagName, getTagStartLine, getText, getThisScanner, getType, isEmptyXmlTag, redoParseAttributes, scan, setAttribute, setAttributes, setEmptyXmlTag, setTagBegin, setTagEnd, setTagLine, setTagParser, setText, setThisScanner
 
Methods inherited from class org.htmlparser.Node
elementBegin, elementEnd, getLineSeparator, getParent, setLineSeparator, setParent, toHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameURL

protected java.lang.String frameURL
The URL where the image is stored.


frameName

protected java.lang.String frameName

frames

protected org.htmlparser.util.NodeList frames
Constructor Detail

FrameSetTag

public FrameSetTag(org.htmlparser.tags.data.TagData tagData,
                   org.htmlparser.tags.data.CompositeTagData compositeTagData)
Method Detail

getFrameLocation

public java.lang.String getFrameLocation()
Returns the location of the frame


getFrameName

public java.lang.String getFrameName()

toString

public java.lang.String toString()
Print the contents of the HTMLImageNode

Overrides:
toString in class Tag

getFrames

public org.htmlparser.util.NodeList getFrames()
Returns the frames.


getFrame

public FrameTag getFrame(java.lang.String frameName)

setFrames

public void setFrames(org.htmlparser.util.NodeList frames)
Sets the frames.