Package | Description |
---|---|
org.gjt.xpp |
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.impl |
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.impl.format | |
org.gjt.xpp.x2impl |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlFormatter
This interface extends XmlRecorder to give some control
over formattingof XML output.
|
Modifier and Type | Method and Description |
---|---|
XmlRecorder |
XmlPullParserFactory.newRecorder()
Return new XML recorder.
|
Modifier and Type | Method and Description |
---|---|
XmlRecorder |
PullParserFactorySmallImpl.newRecorder() |
XmlRecorder |
PullParserFactoryFullImpl.newRecorder() |
Modifier and Type | Class and Description |
---|---|
class |
Formatter
Implementatin of Recorder that is simply writing XML to output sink.
|
class |
Recorder
Implementatin of Recorder that is simply writing XML to output sink.
|
Modifier and Type | Method and Description |
---|---|
XmlRecorder |
X2PullParserFactoryImpl.newRecorder() |
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API