org.xmlpull.v1.builder.impl
Class XmlCommentImpl

java.lang.Object
  extended by org.xmlpull.v1.builder.impl.XmlCommentImpl
All Implemented Interfaces:
XmlComment

public class XmlCommentImpl
extends java.lang.Object
implements XmlComment

Simple implementation.


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContent

public java.lang.String getContent()
Description copied from interface: XmlComment
A string representing the content of the comment.

Specified by:
getContent in interface XmlComment

getParent

public XmlContainer getParent()
Description copied from interface: XmlComment
The document or element information item which contains this information item in its [children] property.

Specified by:
getParent in interface XmlComment