Uses of Interface
org.xmlpull.v1.builder.XmlDocument
-
Packages that use XmlDocument 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 XmlDocument in org.xmlpull.v1.builder
Methods in org.xmlpull.v1.builder that return XmlDocument Modifier and Type Method Description XmlDocumentXmlDoctype. getParent()The document information item.XmlDocumentXmlInfosetBuilder. newDocument()Create a new document.abstract XmlDocumentXmlInfosetBuilder. newDocument(String version, Boolean standalone, String characterEncoding)Create a new document with given XML prolog.abstract XmlDocumentXmlInfosetBuilder. parse(XmlPullParser sourceForDocument)Parse document - parser must be in START_DOCUMENT state.XmlDocumentXmlInfosetBuilder. parseInputStream(InputStream is)Parse input stream to create XML document.XmlDocumentXmlInfosetBuilder. parseInputStream(InputStream is, String encoding)Parse input stream to create XML document using specified encoding.abstract XmlDocumentXmlInfosetBuilder. parseLocation(String locationUrl)Parse input from URL location to create XML document.XmlDocumentXmlInfosetBuilder. parseReader(Reader reader)Parse reader to create XML document. -
Uses of XmlDocument in org.xmlpull.v1.builder.adapter
Classes in org.xmlpull.v1.builder.adapter that implement XmlDocument Modifier and Type Class Description classXmlDocumentAdapterConstructors in org.xmlpull.v1.builder.adapter with parameters of type XmlDocument Constructor Description XmlDocumentAdapter(XmlDocument target) -
Uses of XmlDocument in org.xmlpull.v1.builder.impl
Classes in org.xmlpull.v1.builder.impl that implement XmlDocument Modifier and Type Class Description classXmlDocumentImplMethods in org.xmlpull.v1.builder.impl that return XmlDocument Modifier and Type Method Description XmlDocumentXmlInfosetBuilderImpl. newDocument(String version, Boolean standalone, String characterEncoding)XmlDocumentXmlInfosetBuilderImpl. parse(XmlPullParser pp)XmlDocumentXmlInfosetBuilderImpl. parseLocation(String locationUrl)
-