|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.SinglePartElement
org.apache.ecs.xhtml.param
public class param
This class creates an param Element
Field Summary | |
---|---|
static java.lang.String |
data
|
static java.lang.String |
object
|
static java.lang.String |
ref
|
Fields inherited from class org.apache.ecs.GenericElement |
---|
tabLevel |
Fields inherited from interface org.apache.ecs.Attributes |
---|
NO_ATTRIBUTE_VALUE |
Fields inherited from interface org.apache.ecs.Element |
---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
Constructor Summary | |
---|---|
param()
Default constructor. |
Method Summary | |
---|---|
param |
addElement(Element element)
Adds an Element to the element. |
param |
addElement(java.lang.String element)
Adds an Element to the element. |
param |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
param |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
param |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
Element |
setLang(java.lang.String lang)
Sets the lang="" and xml:lang="" attributes |
param |
setName(java.lang.String name)
Sets the name of this parameter. |
param |
setType(java.lang.String cdata)
Sets the mime type of this object |
param |
setValue(java.lang.String value)
Sets the value of this attribute. |
param |
setValueType(java.lang.String valuetype)
Sets the valuetype of this parameter. |
Methods inherited from class org.apache.ecs.ConcreteElement |
---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ref
public static final java.lang.String data
public static final java.lang.String object
Constructor Detail |
---|
public param()
Method Detail |
---|
public param setName(java.lang.String name)
name
- sets the name of this parameter.public param setValue(java.lang.String value)
value
- sets the value attribute.public param setValueType(java.lang.String valuetype)
valuetype
- sets the name of this parameter.public param setType(java.lang.String cdata)
the
- mime type of this objectpublic Element setLang(java.lang.String lang)
setLang
in class ElementAttributes
lang
- the lang="" and xml:lang="" attributespublic param addElement(java.lang.String hashcode, Element element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public param addElement(java.lang.String hashcode, java.lang.String element)
hashcode
- name of element for hash tableelement
- Adds an Element to the element.public param addElement(Element element)
element
- Adds an Element to the element.public param addElement(java.lang.String element)
element
- Adds an Element to the element.public param removeElement(java.lang.String hashcode)
hashcode
- the name of the element to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |