Uses of Class
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Packages that use XmlPullParserException
-
Uses of XmlPullParserException in org.codehaus.plexus.util.xml
Methods in org.codehaus.plexus.util.xml that throw XmlPullParserExceptionModifier and TypeMethodDescriptionstatic Xpp3Dom
Xpp3DomBuilder.build
(InputStream is, String encoding) static Xpp3Dom
Xpp3DomBuilder.build
(InputStream is, String encoding, boolean trim) static Xpp3Dom
static Xpp3Dom
static Xpp3Dom
Xpp3DomBuilder.build
(Reader reader, boolean trim, Xpp3DomBuilder.InputLocationBuilder locationBuilder) static Xpp3Dom
Xpp3DomBuilder.build
(Reader reader, Xpp3DomBuilder.InputLocationBuilder locationBuilder) 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) private static void
XmlUtil.prettyFormatInternal
(XmlPullParser parser, PrettyPrintXMLWriter writer) -
Uses of XmlPullParserException in org.codehaus.plexus.util.xml.pull
Methods in org.codehaus.plexus.util.xml.pull that throw XmlPullParserExceptionModifier and TypeMethodDescriptionvoid
MXParser.defineEntityReplacementText
(String entityName, String replacementText) void
XmlPullParser.defineEntityReplacementText
(String entityName, String replacementText) Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.private void
MXParser.extractEntityRef()
private void
MXParser.extractEntityRefInDocDecl()
private void
MXParser.fillBuf()
int
MXParser.getEventType()
int
XmlPullParser.getEventType()
int
MXParser.getNamespaceCount
(int depth) int
XmlPullParser.getNamespaceCount
(int depth) MXParser.getNamespacePrefix
(int pos) XmlPullParser.getNamespacePrefix
(int pos) MXParser.getNamespaceUri
(int pos) XmlPullParser.getNamespaceUri
(int pos) boolean
MXParser.isEmptyElementTag()
boolean
XmlPullParser.isEmptyElementTag()
boolean
MXParser.isWhitespace()
boolean
XmlPullParser.isWhitespace()
private char
MXParser.more()
int
MXParser.next()
int
XmlPullParser.next()
private int
MXParser.nextImpl()
int
MXParser.nextTag()
int
XmlPullParser.nextTag()
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.MXParser.nextText()
XmlPullParser.nextText()
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.int
MXParser.nextToken()
int
XmlPullParser.nextToken()
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.private char
MXParser.parseAttribute()
private void
MXParser.parseCDSect
(boolean hadCharData) private int
MXParser.parseCharOrPredefinedEntityRef()
parse Entity Ref, either a character entity or one of the predefined name entities.private void
MXParser.parseComment()
private void
MXParser.parseDocdecl()
int
MXParser.parseEndTag()
private void
MXParser.parseEntityRef()
Parse an entity reference inside a tag or attribute.private void
MXParser.parseEntityRefInDocDecl()
Parse an entity reference inside the DOCDECL section.private int
MXParser.parseEpilog()
private boolean
MXParser.parsePI()
private int
MXParser.parseProlog()
int
MXParser.parseStartTag()
private void
MXParser.parseXmlDecl
(char ch) private void
MXParser.parseXmlDeclWithVersion
(int versionStart, int versionEnd) void
void
Test if the current event is of the given type and if the namespace and name do match.private char
MXParser.requireInput
(char ch, char[] input) void
MXParser.setFeature
(String name, boolean state) Method setFeaturevoid
XmlPullParser.setFeature
(String name, boolean state) Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.void
MXParser.setInput
(InputStream inputStream, String inputEncoding) void
void
XmlPullParser.setInput
(InputStream inputStream, String inputEncoding) Sets the input stream the parser is going to process.void
Set the input source for parser to the given reader and resets the parser.void
MXParser.setProperty
(String name, Object value) void
XmlPullParser.setProperty
(String name, Object value) Set the value of a property.private char
MXParser.skipS
(char ch) void
MXParser.skipSubTree()
Skip sub tree that is currently parser positioned on.