|
||||||||
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.Script
This class creates a <U> tag.
Fields inherited from class org.apache.ecs.MultiPartElement |
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 | |
Script()
Basic constructor. |
|
Script(Element element)
Basic constructor. |
|
Script(Element element,
java.lang.String src)
Basic constructor. |
|
Script(Element element,
java.lang.String src,
java.lang.String type)
Basic constructor. |
|
Script(Element element,
java.lang.String src,
java.lang.String type,
java.lang.String lang)
Basic constructor. |
|
Script(java.lang.String element)
Basic constructor. |
|
Script(java.lang.String element,
java.lang.String src)
Basic constructor. |
|
Script(java.lang.String element,
java.lang.String src,
java.lang.String type)
Basic constructor. |
|
Script(java.lang.String element,
java.lang.String src,
java.lang.String type,
java.lang.String lang)
Basic constructor. |
Method Summary | |
(package private) void |
Private initialization routine. |
Script |
addElement(Element element)
Adds an Element to the element. |
Script |
addElement(java.lang.String element)
Adds an Element to the element. |
Script |
setLanguage(java.lang.String language)
Sets the LANGUAGE="" attribute |
Script |
setSrc(java.lang.String src)
Sets the SRC="" attribute |
Script |
setType(java.lang.String type)
Sets the TYPE="" attribute |
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.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 Script()
public Script(Element element)
element
- Adds an Element to the element.public Script(Element element, java.lang.String src)
element
- Adds an Element to the element.src
- sets the SRC="" attributepublic Script(Element element, java.lang.String src, java.lang.String type)
element
- Adds an Element to the element.src
- sets the SRC="" attributetype
- sets the TYPE="" attributepublic Script(Element element, java.lang.String src, java.lang.String type, java.lang.String lang)
element
- Adds an Element to the element.src
- sets the SRC="" attributetype
- sets the TYPE="" attributelang
- sets the LANGUAGE="" attributepublic Script(java.lang.String element)
element
- Adds an Element to the element.public Script(java.lang.String element, java.lang.String src)
element
- Adds an Element to the element.src
- sets the SRC="" attributepublic Script(java.lang.String element, java.lang.String src, java.lang.String type)
element
- Adds an Element to the element.src
- sets the SRC="" attributetype
- sets the TYPE="" attributepublic Script(java.lang.String element, java.lang.String src, java.lang.String type, java.lang.String lang)
element
- Adds an Element to the element.src
- sets the SRC="" attributetype
- sets the TYPE="" attributelang
- sets the LANGUAGE="" attributeMethod Detail |
void()
public Script setSrc(java.lang.String src)
src
- the SRC="" attributepublic Script setType(java.lang.String type)
type
- the TYPE="" attributepublic Script setLanguage(java.lang.String language)
language
- the LANGUAGE="" attributepublic Script addElement(Element element)
element
- Adds an Element to the element.public Script 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 |