|
||||||||
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 | +--org.apache.ecs.Meta
This class creates a <META> tag.
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 | |
Meta()
This method creates a <META> tag. |
Method Summary | |
(package private) void |
Private initialization routine. |
Meta |
setContent(java.lang.String content)
Sets the CONTENT="" attribute. |
Meta |
setHttpEquiv(java.lang.String http_equiv)
Sets the HTTP-EQUIV="" attribute. |
Meta |
setName(java.lang.String name)
Sets the NAME="" attribute. |
Meta |
setScheme(java.lang.String scheme)
Sets the SCHEME="" attribute. |
Methods inherited from class org.apache.ecs.SinglePartElement |
output,
output |
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 Meta()
Method Detail |
void()
public Meta setContent(java.lang.String content)
content
- the value that should go into the CONTENT attributepublic Meta setName(java.lang.String name)
content
- the value that should go into the NAME attributepublic Meta setScheme(java.lang.String scheme)
content
- the value that should go into the SCHEME attributepublic Meta setHttpEquiv(java.lang.String http_equiv)
content
- the value that should go into the HTTP-EQUIV attribute
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |