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

Quick Search    Search Deep

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

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

public class AppletTag
extends CompositeTag

HTMLAppletTag represents an <Applet> tag


Field Summary
private  java.lang.String appletClass
           
private  java.util.Hashtable appletParams
           
private  java.lang.String archive
           
private  java.lang.String codeBase
           
 
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
AppletTag(org.htmlparser.tags.data.TagData tagData, org.htmlparser.tags.data.CompositeTagData compositeTagData)
          HTMLAppletTag constructor comment.
 
Method Summary
 void createAppletParamsTable(org.htmlparser.util.NodeList children)
           
 java.lang.String getAppletClass()
           
 java.util.Hashtable getAppletParams()
           
 java.lang.String getArchive()
           
 java.lang.String getAttribute(java.lang.String key)
          In case the tag is parsed at the scan method this will return value of a parameter not implemented yet
 java.lang.String getCodeBase()
           
 java.util.Enumeration getParameterNames()
           
 void setAppletClass(java.lang.String newAppletClass)
           
 void setAppletParams(java.util.Hashtable newAppletParams)
           
 void setArchive(java.lang.String newArchive)
           
 void setCodeBase(java.lang.String newCodeBase)
           
 java.lang.String toString()
          Print the contents of the tag
 
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, 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

codeBase

private java.lang.String codeBase

archive

private java.lang.String archive

appletClass

private java.lang.String appletClass

appletParams

private java.util.Hashtable appletParams
Constructor Detail

AppletTag

public AppletTag(org.htmlparser.tags.data.TagData tagData,
                 org.htmlparser.tags.data.CompositeTagData compositeTagData)
HTMLAppletTag constructor comment.

Method Detail

createAppletParamsTable

public void createAppletParamsTable(org.htmlparser.util.NodeList children)

getAppletClass

public java.lang.String getAppletClass()

getAppletParams

public java.util.Hashtable getAppletParams()

getArchive

public java.lang.String getArchive()

getCodeBase

public java.lang.String getCodeBase()

getAttribute

public java.lang.String getAttribute(java.lang.String key)
Description copied from class: Tag
In case the tag is parsed at the scan method this will return value of a parameter not implemented yet

Overrides:
getAttribute in class Tag

getParameterNames

public java.util.Enumeration getParameterNames()

setAppletClass

public void setAppletClass(java.lang.String newAppletClass)

setAppletParams

public void setAppletParams(java.util.Hashtable newAppletParams)

setArchive

public void setArchive(java.lang.String newArchive)

setCodeBase

public void setCodeBase(java.lang.String newCodeBase)

toString

public java.lang.String toString()
Description copied from class: Tag
Print the contents of the tag

Overrides:
toString in class Tag