|
||||||||
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.A
This class creates a <A> tag.
Please refer to the TestBed.java file for example code usage.
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 | |
A()
Basic constructor. |
|
A(java.lang.String href)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
Element value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
Element value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
java.lang.String value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
java.lang.String target,
Element value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
java.lang.String target,
java.lang.String value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
java.lang.String target,
java.lang.String lang,
Element value)
This constructor creates a <A> tag. |
|
A(java.lang.String href,
java.lang.String name,
java.lang.String target,
java.lang.String lang,
java.lang.String value)
This constructor creates a <A> tag. |
Method Summary | |
(package private) void |
Private initialization routine. |
A |
addElement(Element element)
Adds an Element to the element. |
A |
addElement(java.lang.String element)
Adds an Element to the element. |
A |
setHref(java.lang.String href)
Sets the HREF="" attribute |
A |
setName(java.lang.String name)
Sets the NAME="" attribute |
A |
setRel(java.lang.String rel)
Sets the REL="" attribute |
A |
setRev(java.lang.String rev)
Sets the REV="" attribute |
A |
setTarget(java.lang.String target)
Sets the TARGET="" 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 A()
public A(java.lang.String href)
href
- the URI that goes between double quotespublic A(java.lang.String href, java.lang.String value)
href
- the URI that goes between double quotesvalue
- what goes between <start_tag> <end_tag>public A(java.lang.String href, Element value)
href
- the URI that goes between double quotesvalue
- what goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, java.lang.String value)
href
- the URI that goes between double quotesname
- the NAME="" attributevalue
- what goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, Element value)
href
- the URI that goes between double quotesname
- the NAME="" attributevalue
- what goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, java.lang.String target, Element value)
href
- the URI that goes between double quotesname
- the NAME="" attributetarget
- the TARGET="" attributevalue
- the value that goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, java.lang.String target, java.lang.String value)
href
- the URI that goes between double quotesname
- the NAME="" attributetarget
- the TARGET="" attributevalue
- the value that goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, java.lang.String target, java.lang.String lang, java.lang.String value)
href
- the URI that goes between double quotesname
- the NAME="" attributetarget
- the TARGET="" attributelang
- the LANG="" attributevalue
- the value that goes between <start_tag> <end_tag>public A(java.lang.String href, java.lang.String name, java.lang.String target, java.lang.String lang, Element value)
href
- the URI that goes between double quotesname
- the NAME="" attributetarget
- the TARGET="" attributelang
- the LANG="" attributevalue
- the value that goes between <start_tag> <end_tag>Method Detail |
void()
public A setHref(java.lang.String href)
href
- the HREF="" attributepublic A setName(java.lang.String name)
name
- the NAME="" attributepublic A setTarget(java.lang.String target)
target
- the TARGET="" attributepublic A setRel(java.lang.String rel)
rel
- the REL="" attributepublic A setRev(java.lang.String rev)
rev
- the REV="" attributepublic A addElement(Element element)
element
- Adds an Element to the element.public A 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 |