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