インタフェースの使用
org.xmlpull.v1.builder.XmlProcessingInstruction
-
XmlProcessingInstructionを使用しているパッケージ パッケージ 説明 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でのXmlProcessingInstructionの使用
XmlProcessingInstructionを返すorg.xmlpull.v1.builderのメソッド 修飾子とタイプ メソッド 説明 XmlProcessingInstructionXmlDoctype. addProcessingInstruction(String target, String content)Add to list of children (only processing instruction information items are allowed).XmlProcessingInstructionXmlDocument. addProcessingInstruction(String target, String content)XmlProcessingInstructionXmlDocument. newProcessingInstruction(String target, String content) -
org.xmlpull.v1.builder.adapterでのXmlProcessingInstructionの使用
XmlProcessingInstructionを返すorg.xmlpull.v1.builder.adapterのメソッド 修飾子とタイプ メソッド 説明 XmlProcessingInstructionXmlDocumentAdapter. addProcessingInstruction(String target, String content)XmlProcessingInstructionXmlDocumentAdapter. newProcessingInstruction(String target, String content) -
org.xmlpull.v1.builder.implでのXmlProcessingInstructionの使用
XmlProcessingInstructionを返すorg.xmlpull.v1.builder.implのメソッド 修飾子とタイプ メソッド 説明 XmlProcessingInstructionXmlDocumentImpl. addProcessingInstruction(String target, String content)XmlProcessingInstructionXmlDocumentImpl. newProcessingInstruction(String target, String content)
-