Package org.xmlpull.v1.builder
Interface XmlComment
-
- All Known Implementing Classes:
XmlCommentImpl
public interface XmlCommentRepresents Comment Information Item.- Version:
- $Revision: 1.5 $
- Author:
- Aleksander Slominski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()A string representing the content of the comment.XmlContainergetParent()The document or element information item which contains this information item in its [children] property.
-
-
-
Method Detail
-
getContent
String getContent()
A string representing the content of the comment.
-
getParent
XmlContainer getParent()
The document or element information item which contains this information item in its [children] property.
-
-