Package de.pdark.decentxml
Class ProcessingInstruction
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.ProcessingInstruction
- Direct Known Subclasses:
XMLDeclaration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcessingInstruction
(Token token) ProcessingInstruction
(String target) ProcessingInstruction
(String target, String text) -
Method Summary
-
Field Details
-
target
-
whitespace
-
text
-
-
Constructor Details
-
ProcessingInstruction
-
ProcessingInstruction
-
ProcessingInstruction
-
-
Method Details
-
updateValue
protected void updateValue() -
getTarget
-
setTarget
-
getText
Description copied from interface:TextNode
Get the text from the node -
setText
Description copied from interface:TextNode
Change the text of the node. When necessary, the text will be escaped before writing it to the output stream. -
createClone
Description copied from interface:Node
Simulate clone()- Specified by:
createClone
in interfaceNode
- Overrides:
createClone
in classBasicNode
-
copy
Description copied from interface:Node
Copy all data fromorig
intothis
-
copy
Description copied from interface:Node
Simulate clone()
-