Uses of Class
net.sourceforge.nanoxml.XMLParseException
Packages that use XMLParseException
-
Uses of XMLParseException in net.sourceforge.nanoxml
Methods in net.sourceforge.nanoxml that return XMLParseExceptionModifier and TypeMethodDescriptionprotected XMLParseException
XMLElement.expectedInput
(String charSet) Creates a parse exception for when the next character read is not the character that was expected.protected XMLParseException
XMLElement.expectedInput
(String charSet, char ch) Creates a parse exception for when the next character read is not the character that was expected.protected XMLParseException
XMLElement.invalidValue
(String name, String value) Creates a parse exception for when an invalid value is given to a method.protected XMLParseException
XMLElement.invalidValueSet
(String name) Creates a parse exception for when an invalid valueset is given to a method.protected XMLParseException
XMLElement.syntaxError
(String context) Creates a parse exception for when a syntax error occured.protected XMLParseException
XMLElement.unexpectedEndOfData()
Creates a parse exception for when the end of the data input has been reached.protected XMLParseException
XMLElement.unknownEntity
(String name) Creates a parse exception for when an entity could not be resolved.Methods in net.sourceforge.nanoxml that throw XMLParseExceptionModifier and TypeMethodDescriptionvoid
XMLElement.parseFromReader
(Reader reader) Reads one XML element from aReader
and parses it.void
XMLElement.parseFromReader
(Reader reader, int startingLineNr) Reads one XML element from a java.io.Reader and parses it.