|
||||||||||
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 TextNode
public ProcessingInstruction setText(java.lang.String text)
TextNode
setText
in interface TextNode
public ProcessingInstruction createClone()
Node
createClone
in interface Node
createClone
in class BasicNode
public ProcessingInstruction copy(Node orig)
Node
orig
into this
copy
in interface Node
copy
in class BasicNode
public ProcessingInstruction copy()
Node
copy
in interface Node
copy
in class BasicNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |