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

Quick Search    Search Deep

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

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

public class FrameTag
extends Tag

Identifies an frame tag


Field Summary
protected  java.lang.String frameName
           
protected  java.lang.String frameURL
          The URL where the image is stored.
 
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
FrameTag(org.htmlparser.tags.data.TagData tagData, java.lang.String frameURL, java.lang.String frameName)
           
 
Method Summary
 java.lang.String getFrameLocation()
          Returns the location of the image
 java.lang.String getFrameName()
           
 java.lang.String toString()
          Print the contents of the HTMLFrameTag
 
Methods inherited from class org.htmlparser.tags.Tag
accept, append, append, breaksFlow, collectInto, 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, toHtml, toPlainTextString
 
Methods inherited from class org.htmlparser.Node
collectInto, 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
Constructor Detail

FrameTag

public FrameTag(org.htmlparser.tags.data.TagData tagData,
                java.lang.String frameURL,
                java.lang.String frameName)
Method Detail

getFrameLocation

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


getFrameName

public java.lang.String getFrameName()

toString

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

Overrides:
toString in class Tag