クラス XmlCommentImpl
- java.lang.Object
-
- org.xmlpull.v1.builder.impl.XmlCommentImpl
-
- すべての実装されたインタフェース:
XmlComment
public class XmlCommentImpl extends Object implements XmlComment
Simple implementation.- 作成者:
- Aleksander Slominski
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 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
public String getContent()
インタフェースからコピーされた説明:XmlCommentA string representing the content of the comment.- 定義:
getContentインタフェース内XmlComment
-
getParent
public XmlContainer getParent()
インタフェースからコピーされた説明:XmlCommentThe document or element information item which contains this information item in its [children] property.- 定義:
getParentインタフェース内XmlComment
-
-