Package | Description |
---|---|
net.sourceforge.nanoxml |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLElement.parseFromReader(java.io.Reader reader)
Reads one XML element from a
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.
|