|
||||||||
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.Head
This class creates a <HEAD></HEAD> 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 | |
Head()
Basic constructor. |
|
Head(Element value)
This method creates a <HEAD> tag and sets it value |
|
Head(java.lang.String value)
This method creates a <HEAD> tag and sets it value |
Method Summary | |
(package private) void |
Private initialization routine. |
Head |
addElement(Element element)
Adds an Element to the element. |
Head |
addElement(java.lang.String element)
Adds an Element to the element. |
Head |
setProfile(java.lang.String profile)
Sets the PROFILE="" attribue |
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 Head()
public Head(java.lang.String value)
value
- the value that goes between <start_tag> <end_tag>public Head(Element value)
value
- the value that goes between <start_tag> <end_tag>Method Detail |
void()
public Head setProfile(java.lang.String profile)
profile
- the url to one or more meta data profiles seperated by whitespacepublic Head addElement(Element element)
element
- Adds an Element to the element.public Head 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 |