|
IcedTea-Web NetX |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLParseException | |
|---|---|
| net.sourceforge.nanoxml | |
| Uses of XMLParseException in net.sourceforge.nanoxml |
|---|
| Methods in net.sourceforge.nanoxml that return XMLParseException | |
|---|---|
protected XMLParseException |
XMLElement.expectedInput(java.lang.String charSet)
Creates a parse exception for when the next character read is not the character that was expected. |
protected XMLParseException |
XMLElement.expectedInput(java.lang.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(java.lang.String name,
java.lang.String value)
Creates a parse exception for when an invalid value is given to a method. |
protected XMLParseException |
XMLElement.invalidValueSet(java.lang.String name)
Creates a parse exception for when an invalid valueset is given to a method. |
protected XMLParseException |
XMLElement.syntaxError(java.lang.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(java.lang.String name)
Creates a parse exception for when an entity could not be resolved. |
| Methods in net.sourceforge.nanoxml that throw XMLParseException | |
|---|---|
void |
XMLElement.parseFromReader(java.io.Reader reader)
Reads one XML element from a java.io.Reader and parses it. |
void |
XMLElement.parseFromReader(java.io.Reader reader,
int startingLineNr)
Reads one XML element from a java.io.Reader and parses it. |
|
IcedTea-Web NetX |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||