Uses of Interface
org.xmlpull.v1.builder.XmlProcessingInstruction
-
Packages that use XmlProcessingInstruction Package Description 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!) and has an unique ability to bypass tree building for selected sub trees to work directly with underlying event stream.org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl -
-
Uses of XmlProcessingInstruction in org.xmlpull.v1.builder
Methods in org.xmlpull.v1.builder that return XmlProcessingInstruction Modifier and Type Method Description 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) -
Uses of XmlProcessingInstruction in org.xmlpull.v1.builder.adapter
Methods in org.xmlpull.v1.builder.adapter that return XmlProcessingInstruction Modifier and Type Method Description XmlProcessingInstructionXmlDocumentAdapter. addProcessingInstruction(String target, String content)XmlProcessingInstructionXmlDocumentAdapter. newProcessingInstruction(String target, String content) -
Uses of XmlProcessingInstruction in org.xmlpull.v1.builder.impl
Methods in org.xmlpull.v1.builder.impl that return XmlProcessingInstruction Modifier and Type Method Description XmlProcessingInstructionXmlDocumentImpl. addProcessingInstruction(String target, String content)XmlProcessingInstructionXmlDocumentImpl. newProcessingInstruction(String target, String content)
-