Package de.pdark.decentxml
Class Comment
java.lang.Object
de.pdark.decentxml.BasicNode
de.pdark.decentxml.Comment
-
Field Details
-
text
-
-
Constructor Details
-
Comment
-
Comment
-
-
Method Details
-
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. -
getText
Description copied from interface:TextNode
Get the text from the node -
createClone
Description copied from interface:Node
Simulate clone()- Specified by:
createClone
in interfaceNode
- Overrides:
createClone
in classBasicNode
-
copy
Description copied from interface:Node
Simulate clone()
-