Uses of Interface
org.codehaus.plexus.util.xml.pull.XmlPullParser
-
Uses of XmlPullParser in org.codehaus.plexus.util.xml
Modifier and TypeMethodDescriptionstatic Xpp3Dom
Xpp3DomBuilder.build
(XmlPullParser parser) static Xpp3Dom
Xpp3DomBuilder.build
(XmlPullParser parser, boolean trim) static Xpp3Dom
Xpp3DomBuilder.build
(XmlPullParser parser, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) Xpp3DomBuilder.InputLocationBuilder.toInputLocation
(XmlPullParser parser) -
Uses of XmlPullParser in org.codehaus.plexus.util.xml.pull
Modifier and TypeClassDescriptionclass
Absolutely minimal implementation of XMLPULL V1 API.ModifierConstructorDescriptionXmlPullParserException
(String msg, XmlPullParser parser, Throwable chain)