|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.wml.Anchor
public class Anchor
This class implements the anchor element
| Field Summary |
|---|
| Fields inherited from class org.apache.ecs.GenericElement |
|---|
tabLevel |
| Fields inherited from interface org.apache.ecs.Attributes |
|---|
NO_ATTRIBUTE_VALUE |
| Fields inherited from interface org.apache.ecs.Element |
|---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
| Constructor Summary | |
|---|---|
Anchor()
Basic constructor. |
|
Anchor(java.lang.String title,
Element eValue)
This constructor creates a <anchor> tag. |
|
Anchor(java.lang.String title,
java.lang.String sValue,
Element eValue)
This constructor creates a <anchor> tag. |
|
| Method Summary | |
|---|---|
Anchor |
addElement(Element element)
Adds an Element to the element. |
Anchor |
addElement(java.lang.String element)
Adds an Element to the element. |
Anchor |
setAttrTitle(java.lang.String title)
Sets the title="" attribute |
| Methods inherited from class org.apache.ecs.ConcreteElement |
|---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Anchor()
public Anchor(java.lang.String title,
Element eValue)
sValue - what goes between <start_tag> <end_tag>eValue - what goes between <start_tag> <end_tag>
public Anchor(java.lang.String title,
java.lang.String sValue,
Element eValue)
title - the TITLE="" attributesValue - what goes between <start_tag> <end_tag>eValue - what goes between <start_tag> <end_tag>| Method Detail |
|---|
public Anchor setAttrTitle(java.lang.String title)
title - the title="" attributepublic Anchor addElement(Element element)
element - Adds an Element to the element.public Anchor addElement(java.lang.String element)
element - Adds an Element to the element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||