org.xmlpull.v1.builder
Interface XmlComment

All Known Implementing Classes:
XmlCommentImpl

public interface XmlComment

Represents Comment Information Item.


Method Summary
 java.lang.String getContent()
          A string representing the content of the comment.
 XmlContainer getParent()
          The document or element information item which contains this information item in its [children] property.
 

Method Detail

getContent

java.lang.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.