|
||||||||
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.Strong
This class creates a <STRONG> 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 | |
Strong()
Basic constructor. |
|
Strong(Element element)
Basic Constructor. |
|
Strong(java.lang.String element)
Basic Constructor. |
Method Summary | |
(package private) void |
Private initializer |
Strong |
addElement(Element element)
Adds an Element to the Element. |
Strong |
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 Strong()
public Strong(java.lang.String element)
element
- set the content of the strong elementpublic Strong(Element element)
element
- set the content of the strong elementMethod Detail |
void()
public Strong addElement(Element element)
element
- adds and Element to the Element.public Strong addElement(java.lang.String element)
element
- adds and Element to the Element.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |