パッケージ org.xmlpull.v1.builder
インタフェース XmlComment
-
- 既知の実装クラスのリスト:
XmlCommentImpl
public interface XmlCommentRepresents Comment Information Item.- バージョン:
- $Revision: 1.5 $
- 作成者:
- Aleksander Slominski
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 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.
-
-
-
メソッドの詳細
-
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.
-
-