| 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 |
| Modifier and Type | Method and Description |
|---|---|
XmlDocument |
XmlDoctype.getParent()
The document information item.
|
XmlDocument |
XmlInfosetBuilder.newDocument()
Create a new document.
|
abstract XmlDocument |
XmlInfosetBuilder.newDocument(String version,
Boolean standalone,
String characterEncoding)
Create a new document with given XML prolog.
|
abstract XmlDocument |
XmlInfosetBuilder.parse(XmlPullParser sourceForDocument)
Parse document - parser must be in START_DOCUMENT state.
|
XmlDocument |
XmlInfosetBuilder.parseInputStream(InputStream is)
Parse input stream to create XML document.
|
XmlDocument |
XmlInfosetBuilder.parseInputStream(InputStream is,
String encoding)
Parse input stream to create XML document using specified encoding.
|
abstract XmlDocument |
XmlInfosetBuilder.parseLocation(String locationUrl)
Parse input from URL location to create XML document.
|
XmlDocument |
XmlInfosetBuilder.parseReader(Reader reader)
Parse reader to create XML document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlDocumentAdapter |
| Constructor and Description |
|---|
XmlDocumentAdapter(XmlDocument target) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlDocumentImpl |
| Modifier and Type | Method and Description |
|---|---|
XmlDocument |
XmlInfosetBuilderImpl.newDocument(String version,
Boolean standalone,
String characterEncoding) |
XmlDocument |
XmlInfosetBuilderImpl.parse(XmlPullParser pp) |
XmlDocument |
XmlInfosetBuilderImpl.parseLocation(String locationUrl) |
Copyright © 2013. All Rights Reserved.