public class ObjectTag extends CompositeTag
构造器和说明 |
---|
ObjectTag()
Create a new object tag.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Hashtable |
createObjectParamsTable()
Extract the object PARAM tags from the child list.
|
java.lang.String[] |
getEndTagEnders()
Return the set of end tag names that cause this tag to finish.
|
java.lang.String[] |
getIds()
Return the set of names handled by this tag.
|
java.lang.String |
getObjectClassId()
Get the classid of the object.
|
java.lang.String |
getObjectCodeBase()
Get the codebase of the object.
|
java.lang.String |
getObjectCodeType()
Get the codetype of the object.
|
java.lang.String |
getObjectData()
Get the data of the object.
|
java.lang.String |
getObjectHeight()
Get the height of the object.
|
java.util.Hashtable |
getObjectParams()
Get the object parameters.
|
java.lang.String |
getObjectStandby()
Get the standby of the object.
|
java.lang.String |
getObjectType()
Get the type of the object.
|
java.lang.String |
getObjectWidth()
Get the width of the object.
|
java.lang.String |
getParameter(java.lang.String key)
Get the PARAM tag with the given name.
|
java.util.Enumeration |
getParameterNames()
Get an enumeration over the (String) parameter names.
|
void |
setObjectClassId(java.lang.String newClassId)
Set the CLASSID attribute.
|
void |
setObjectCodeBase(java.lang.String newCodeBase)
Set the CODEBASE attribute.
|
void |
setObjectCodeType(java.lang.String newCodeType)
Set the CODETYPE attribute.
|
void |
setObjectData(java.lang.String newData)
Set the DATA attribute.
|
void |
setObjectHeight(java.lang.String newHeight)
Set the HEIGHT attribute.
|
void |
setObjectParams(java.util.Hashtable newObjectParams)
Set the enclosed PARAM children.
|
void |
setObjectStandby(java.lang.String newStandby)
Set the STANDBY attribute.
|
void |
setObjectType(java.lang.String newType)
Set the TYPE attribute.
|
void |
setObjectWidth(java.lang.String newWidth)
Set the WIDTH attribute.
|
java.lang.String |
toString()
Output a string representing this object tag.
|
accept, childAt, children, collectInto, digupStringNode, elements, findPositionOf, findPositionOf, findPositionOf, getChild, getChildCount, getChildrenAsNodeArray, getChildrenHTML, getEndTag, getStringText, getText, removeChild, searchByName, searchFor, searchFor, searchFor, searchFor, setEndTag, toHtml, toPlainTextString, toString
breaksFlow, getAttribute, getAttributeEx, getAttributesEx, getEnders, getEndingLineNumber, getRawTagName, getStartingLineNumber, getTagBegin, getTagEnd, getTagName, getThisScanner, isEmptyXmlTag, isEndTag, removeAttribute, setAttribute, setAttribute, setAttribute, setAttributeEx, setAttributesEx, setEmptyXmlTag, setTagBegin, setTagEnd, setTagName, setText, setThisScanner
clone, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml
clone, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml
public java.lang.String[] getIds()
public java.lang.String[] getEndTagEnders()
getEndTagEnders
在接口中 Tag
getEndTagEnders
在类中 TagNode
public java.util.Hashtable createObjectParamsTable()
public java.lang.String getObjectClassId()
public java.lang.String getObjectCodeBase()
public java.lang.String getObjectCodeType()
public java.lang.String getObjectData()
public java.lang.String getObjectHeight()
public java.lang.String getObjectStandby()
public java.lang.String getObjectType()
public java.lang.String getObjectWidth()
public java.util.Hashtable getObjectParams()
public java.lang.String getParameter(java.lang.String key)
key
- The object parameter name to get.public java.util.Enumeration getParameterNames()
public void setObjectClassId(java.lang.String newClassId)
newClassId
- The new classid.public void setObjectCodeBase(java.lang.String newCodeBase)
newCodeBase
- The new codebase.public void setObjectCodeType(java.lang.String newCodeType)
newCodeType
- The new codetype.public void setObjectData(java.lang.String newData)
newData
- The new data.public void setObjectHeight(java.lang.String newHeight)
newHeight
- The new height.public void setObjectStandby(java.lang.String newStandby)
newStandby
- The new standby.public void setObjectType(java.lang.String newType)
newType
- The new type.public void setObjectWidth(java.lang.String newWidth)
newWidth
- The new width.public void setObjectParams(java.util.Hashtable newObjectParams)
newObjectParams
- The new parameters.public java.lang.String toString()
toString
在接口中 Node
toString
在类中 CompositeTag