java.lang.Object
org.htmlparser.Node
org.htmlparser.tags.Tag
org.htmlparser.tags.CompositeTag
org.htmlparser.tags.AppletTag
- All Implemented Interfaces:
- java.io.Serializable
- public class AppletTag
- extends CompositeTag
HTMLAppletTag represents an <Applet> 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 |
codeBase
private java.lang.String codeBase
archive
private java.lang.String archive
appletClass
private java.lang.String appletClass
appletParams
private java.util.Hashtable appletParams
AppletTag
public AppletTag(org.htmlparser.tags.data.TagData tagData,
org.htmlparser.tags.data.CompositeTagData compositeTagData)
- HTMLAppletTag constructor comment.
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