Uses of Interface
org.xmlpull.v1.builder.XmlDoctype
-
Packages that use XmlDoctype 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 XmlDoctype in org.xmlpull.v1.builder
Methods in org.xmlpull.v1.builder that return XmlDoctype Modifier and Type Method Description XmlDoctypeXmlDocument. addDoctype(String systemIdentifier, String publicIdentifier)XmlDoctypeXmlDocument. newDoctype(String systemIdentifier, String publicIdentifier) -
Uses of XmlDoctype in org.xmlpull.v1.builder.adapter
Methods in org.xmlpull.v1.builder.adapter that return XmlDoctype Modifier and Type Method Description XmlDoctypeXmlDocumentAdapter. addDoctype(String systemIdentifier, String publicIdentifier)XmlDoctypeXmlDocumentAdapter. newDoctype(String systemIdentifier, String publicIdentifier) -
Uses of XmlDoctype in org.xmlpull.v1.builder.impl
Methods in org.xmlpull.v1.builder.impl that return XmlDoctype Modifier and Type Method Description XmlDoctypeXmlDocumentImpl. addDoctype(String systemIdentifier, String publicIdentifier)Method addDoctypeXmlDoctypeXmlDocumentImpl. newDoctype(String systemIdentifier, String publicIdentifier)
-