インタフェースの使用
org.xmlpull.v1.builder.XmlComment
-
XmlCommentを使用しているパッケージ パッケージ 説明 org.xmlpull.v1.builder This package defines API modeled after XML Information Set for building incrmentally XML trees from events streamed from pull parser (user can start navigating tree before whole XML input was parsed!)org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl -
-
org.xmlpull.v1.builderでのXmlCommentの使用
XmlCommentを返すorg.xmlpull.v1.builderのメソッド 修飾子とタイプ メソッド 説明 XmlCommentXmlDocument. addComment(String content)XmlCommentXmlDocument. newComment(String content) -
org.xmlpull.v1.builder.adapterでのXmlCommentの使用
XmlCommentを返すorg.xmlpull.v1.builder.adapterのメソッド 修飾子とタイプ メソッド 説明 XmlCommentXmlDocumentAdapter. addComment(String content)XmlCommentXmlDocumentAdapter. newComment(String content) -
org.xmlpull.v1.builder.implでのXmlCommentの使用
XmlCommentを実装しているorg.xmlpull.v1.builder.implのクラス 修飾子とタイプ クラス 説明 classXmlCommentImplSimple implementation.XmlCommentを返すorg.xmlpull.v1.builder.implのメソッド 修飾子とタイプ メソッド 説明 XmlCommentXmlDocumentImpl. addComment(String content)XmlCommentXmlDocumentImpl. newComment(String content)
-