|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ecs.Element | +--org.apache.ecs.ElementAttributes | +--org.apache.ecs.MultiPartElement | +--org.apache.ecs.H4
This class creates a <H4> tag.
Fields inherited from class org.apache.ecs.MultiPartElement |
v_element |
Fields inherited from class org.apache.ecs.Element |
attribute_filter,
case_type,
codeset,
element,
end_element,
end_modifier,
end_modifier_defined,
filter,
filter_attribute_state,
filter_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined,
VERSION |
Constructor Summary | |
H4()
Basic constructor. |
|
H4(Element element)
Use the set* methods to set the values of the attributes. |
|
H4(java.lang.String value)
Use the set* methods to set the values of the attributes. |
Method Summary | |
(package private) void |
Private initialization routine. |
H4 |
addElement(Element element)
Adds an Element to the element. |
H4 |
addElement(java.lang.String element)
Adds an Element to the element. |
Methods inherited from class org.apache.ecs.MultiPartElement |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.ElementAttributes |
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
Constructor Detail |
public H4()
public H4(Element element)
element
- set the value of <H4>value</H4>public H4(java.lang.String value)
value
- set the value of <H4>value</H4>Method Detail |
void()
public H4 addElement(Element element)
element
- Adds an Element to the element.public H4 addElement(java.lang.String element)
element
- Adds an Element to the element.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |