Package | Description |
---|---|
org.codehaus.plexus.util.xml |
XML utilities.
|
org.codehaus.plexus.util.xml.pull |
XML Pull Parser interface and implementation.
|
Modifier and Type | Method and Description |
---|---|
static Xpp3Dom |
Xpp3DomBuilder.build(XmlPullParser parser) |
static Xpp3Dom |
Xpp3DomBuilder.build(XmlPullParser parser,
boolean trim) |
static Xpp3Dom |
Xpp3DomBuilder.build(XmlPullParser parser,
boolean trim,
Xpp3DomBuilder.InputLocationBuilder locationBuilder) |
Object |
Xpp3DomBuilder.InputLocationBuilder.toInputLocation(XmlPullParser parser) |
Modifier and Type | Class and Description |
---|---|
class |
MXParser
Absolutely minimal implementation of XMLPULL V1 API.
|
Constructor and Description |
---|
XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.