|
||||||||
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.SinglePartElement
This class describes a extends Element to create a singlepart 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 | |
SinglePartElement()
Default constructor. |
|
SinglePartElement(java.lang.String element_tag)
Default constructor. |
Method Summary | |
void |
output(java.io.OutputStream out)
Write the element to the designated output stream. |
void |
output(java.io.PrintWriter pw)
Write the element to the designated PrintWriter. |
Methods inherited from class org.apache.ecs.ElementAttributes |
setClass,
setDir,
setID,
setLang,
setStyle,
setTitle |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SinglePartElement()
public SinglePartElement(java.lang.String element_tag)
element_tag
- Defines what the <tag> should be.Method Detail |
public void output(java.io.OutputStream out)
public void output(java.io.PrintWriter pw)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |