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 XMLParseExceptionXMLElement.expectedInput(String charSet) Creates a parse exception for when the next character read is not the character that was expected.protected XMLParseExceptionXMLElement.expectedInput(String charSet, char ch) Creates a parse exception for when the next character read is not the character that was expected.protected XMLParseExceptionXMLElement.invalidValue(String name, String value) Creates a parse exception for when an invalid value is given to a method.protected XMLParseExceptionXMLElement.invalidValueSet(String name) Creates a parse exception for when an invalid valueset is given to a method.protected XMLParseExceptionXMLElement.syntaxError(String context) Creates a parse exception for when a syntax error occured.protected XMLParseExceptionXMLElement.unexpectedEndOfData()Creates a parse exception for when the end of the data input has been reached.protected XMLParseExceptionXMLElement.unknownEntity(String name) Creates a parse exception for when an entity could not be resolved.Methods in net.sourceforge.nanoxml that throw XMLParseExceptionModifier and TypeMethodDescriptionvoidXMLElement.parseFromReader(Reader reader) Reads one XML element from aReaderand parses it.voidXMLElement.parseFromReader(Reader reader, int startingLineNr) Reads one XML element from a java.io.Reader and parses it.