Uses of Interface
org.xmlpull.v1.builder.XmlNotation
-
Packages that use XmlNotation 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 XmlNotation in org.xmlpull.v1.builder
Methods in org.xmlpull.v1.builder that return XmlNotation Modifier and Type Method Description XmlNotationXmlDocument. addNotation(String name, String systemIdentifier, String publicIdentifier, String declarationBaseUri)XmlNotationXmlProcessingInstruction. getNotation()The notation information item named by the target.XmlNotationXmlUnparsedEntity. getNotation() -
Uses of XmlNotation in org.xmlpull.v1.builder.adapter
Methods in org.xmlpull.v1.builder.adapter that return XmlNotation Modifier and Type Method Description XmlNotationXmlDocumentAdapter. addNotation(String name, String systemIdentifier, String publicIdentifier, String declarationBaseUri) -
Uses of XmlNotation in org.xmlpull.v1.builder.impl
Methods in org.xmlpull.v1.builder.impl that return XmlNotation Modifier and Type Method Description XmlNotationXmlDocumentImpl. addNotation(String name, String systemIdentifier, String publicIdentifier, String declarationBaseUri)Method addNotation
-