| 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.impl |
| Modifier and Type | Method and Description |
|---|---|
static XmlInfosetBuilder |
XmlInfosetBuilder.newInstance()
Create a new instance of the builder.
|
static XmlInfosetBuilder |
XmlInfosetBuilder.newInstance(XmlPullParserFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlInfosetBuilderImpl
Implementation of generic buuilder that uses XmlPull API to access
current default XmlPullParser and XmlSerializer.
|
Copyright © 2013. All Rights Reserved.