|
||||||||
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.SinglePartElement |
v_element |
Fields inherited from class org.apache.ecs.ElementAttributes |
attribute_filter,
end_modifier,
end_modifier_defined,
filter_attribute_state,
NO_ATTRIBUTE_VALUE,
start_modifier,
start_modifier_defined |
Fields inherited from class org.apache.ecs.Element |
case_type,
codeset,
element,
end_element,
filter,
filter_state,
position,
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 |
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
addElementToRegistry,
output,
output,
registryHasElement,
registryHasElement,
removeElementFromRegistry,
removeElementFromRegistry |
Methods inherited from class org.apache.ecs.Element |
alterCase,
getCase,
getCodeSet,
getElementHashEntry,
getElementType,
getFilter,
getFilterState,
getNeedClosingTag,
getTagPosition,
getVersion,
setCase,
setCodeSet,
setElementType,
setFilter,
setFilterState,
setNeedClosingTag,
setTagPosition,
toString,
toString |
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 |