|
||||||||||
| 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.xml.PI
public class PI
| 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 | |
|---|---|
PI()
|
|
| Method Summary | |
|---|---|
PI |
addElement(Element element)
Adds an Element to the element. |
PI |
addElement(java.lang.String element)
Adds an Element to the element. |
PI |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
PI |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
PI |
addInstruction(java.lang.String name,
java.lang.String value)
Add an additional instruction (which works like an XML attribute) to the PI |
PI |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
PI |
setTarget(java.lang.String target)
Sets the target of this document. |
PI |
setVersion(double version)
Set the version of this document. |
PI |
setVersion(float version)
Set the version of this document. |
PI |
setVersion(java.lang.String version)
Set the version of this document. |
| 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 PI()
| Method Detail |
|---|
public PI setVersion(java.lang.String version)
version - the version of this document.public PI setVersion(float version)
version - the version of this document.public PI setVersion(double version)
version - the version of this document.public PI setTarget(java.lang.String target)
target - The target application.
public PI addInstruction(java.lang.String name,
java.lang.String value)
name - - Name of instruction (e.g. standalone)value - - value of instruction (e.g. "no")
public PI addElement(java.lang.String hashcode,
Element element)
hashcode - name of element for hash tableelement - Adds an Element to the element.
public PI addElement(java.lang.String hashcode,
java.lang.String element)
hashcode - name of element for hash tableelement - Adds an Element to the element.public PI addElement(Element element)
element - Adds an Element to the element.public PI addElement(java.lang.String element)
element - Adds an Element to the element.public PI removeElement(java.lang.String hashcode)
hashcode - the name of the element to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||