|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.pdark.decentxml.BasicNode
de.pdark.decentxml.ProcessingInstruction
public class ProcessingInstruction
| Constructor Summary | |
|---|---|
ProcessingInstruction(java.lang.String target)
|
|
ProcessingInstruction(java.lang.String target,
java.lang.String text)
|
|
ProcessingInstruction(Token token)
|
|
| Method Summary | |
|---|---|
ProcessingInstruction |
copy()
Simulate clone() |
ProcessingInstruction |
copy(Node orig)
Copy all data from orig into this |
ProcessingInstruction |
createClone()
Simulate clone() |
java.lang.String |
getTarget()
|
java.lang.String |
getText()
Get the text from the node |
void |
setTarget(java.lang.String target)
|
ProcessingInstruction |
setText(java.lang.String text)
Change the text of the node. |
protected void |
updateValue()
|
| Methods inherited from class de.pdark.decentxml.BasicNode |
|---|
getEndOffset, getStartOffset, getToken, getType, getValue, setType, setValue, toString, toXML, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingInstruction(Token token)
public ProcessingInstruction(java.lang.String target)
public ProcessingInstruction(java.lang.String target,
java.lang.String text)
| Method Detail |
|---|
protected void updateValue()
public java.lang.String getTarget()
public void setTarget(java.lang.String target)
public java.lang.String getText()
TextNode
getText in interface TextNodepublic ProcessingInstruction setText(java.lang.String text)
TextNode
setText in interface TextNodepublic ProcessingInstruction createClone()
Node
createClone in interface NodecreateClone in class BasicNodepublic ProcessingInstruction copy(Node orig)
Nodeorig into this
copy in interface Nodecopy in class BasicNodepublic ProcessingInstruction copy()
Node
copy in interface Nodecopy in class BasicNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||