Class LocatedComment
java.lang.Object
org.jdom2.Content
org.jdom2.Comment
org.jdom2.located.LocatedComment
- All Implemented Interfaces:
Serializable, Cloneable, Located, NamespaceAware
-
Nested Class Summary
Nested classes/interfaces inherited from class Content
Content.CType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLocatedComment(String text) This creates the comment with the supplied text. -
Method Summary
Methods inherited from class Content
equals, getCType, getDocument, getNamespacesInherited, getNamespacesInScope, getNamespacesIntroduced, getParent, getParentElement, hashCode
-
Constructor Details
-
LocatedComment
This creates the comment with the supplied text.- Parameters:
text-Stringcontent of comment.
-
-
Method Details
-
getLine
-
getColumn
-
setLine
-
setColumn
-