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:TextNodeGet the text from the node -
setText
Description copied from interface:TextNodeChange the text of the node. When necessary, the text will be escaped before writing it to the output stream. -
createClone
Description copied from interface:NodeSimulate clone()- Specified by:
createClonein interfaceNode- Overrides:
createClonein classBasicNode
-
copy
Description copied from interface:NodeCopy all data fromorigintothis -
copy
Description copied from interface:NodeSimulate clone()
-