| Package | Description |
|---|---|
| org.xmlpull.mxp1 |
Contains XPP3 implementation of XMLPULL V1 API.
|
| org.xmlpull.v1 | |
| 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.parser_pool | |
| org.xmlpull.v1.wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
MXParserFactory
Simple facotry to speed up creation process.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlPullParserFactory |
XmlPullParserFactory.newInstance()
Create a new instance of a PullParserFactory that can be used
to create XML pull parsers (see class description for more
details).
|
static XmlPullParserFactory |
XmlPullParserFactory.newInstance(String classNames,
Class context) |
| Modifier and Type | Field and Description |
|---|---|
protected XmlPullParserFactory |
XmlInfosetBuilder.factory |
| Modifier and Type | Method and Description |
|---|---|
XmlPullParserFactory |
XmlInfosetBuilder.getFactory()
Method get XmlPull factory that is ued by this builder.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlInfosetBuilder |
XmlInfosetBuilder.newInstance(XmlPullParserFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
protected XmlPullParserFactory |
XmlPullParserPool.factory |
| Constructor and Description |
|---|
XmlPullParserPool(XmlPullParserFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
protected XmlPullParserFactory |
XmlPullWrapperFactory.f |
| Modifier and Type | Method and Description |
|---|---|
XmlPullParserFactory |
XmlPullWrapperFactory.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
static XmlPullWrapperFactory |
XmlPullWrapperFactory.newInstance(XmlPullParserFactory factory) |
| Constructor and Description |
|---|
XmlPullWrapperFactory(XmlPullParserFactory factory) |
Copyright © 2013. All Rights Reserved.