|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlickXMLException | |
---|---|
org.newdawn.slick.tests.xml | Tests for the XML Parser and Object Tree Parser |
org.newdawn.slick.util.xml | Some utilities for reading XML using Java DOM and for mapping XML onto existing data models |
Uses of SlickXMLException in org.newdawn.slick.tests.xml |
---|
Methods in org.newdawn.slick.tests.xml that throw SlickXMLException | |
---|---|
static void |
ObjectParserTest.main(java.lang.String[] argv)
Entity point to our test. |
Uses of SlickXMLException in org.newdawn.slick.util.xml |
---|
Methods in org.newdawn.slick.util.xml that throw SlickXMLException | |
---|---|
boolean |
XMLElement.getBooleanAttribute(java.lang.String name)
Get the value specified for a given attribute on this element as a boolean. |
boolean |
XMLElement.getBooleanAttribute(java.lang.String name,
boolean def)
Get the value specified for a given attribute on this element as a boolean. |
double |
XMLElement.getDoubleAttribute(java.lang.String name)
Get the value specified for a given attribute on this element as an double. |
double |
XMLElement.getDoubleAttribute(java.lang.String name,
double def)
Get the value specified for a given attribute on this element as an double. |
int |
XMLElement.getIntAttribute(java.lang.String name)
Get the value specified for a given attribute on this element as an integer. |
int |
XMLElement.getIntAttribute(java.lang.String name,
int def)
Get the value specified for a given attribute on this element as an integer. |
java.lang.Object |
ObjectTreeParser.parse(java.lang.String ref)
Parse the XML document located by the slick resource loader using the reference given. |
XMLElement |
XMLParser.parse(java.lang.String name,
java.io.InputStream in)
Parse the XML document that can be read from the given input stream |
java.lang.Object |
ObjectTreeParser.parse(java.lang.String name,
java.io.InputStream in)
Parse the XML document that can be read from the given input stream |
java.lang.Object |
ObjectTreeParser.parseOnto(java.lang.String name,
java.io.InputStream in,
java.lang.Object target)
Parse the XML document that can be read from the given input stream |
java.lang.Object |
ObjectTreeParser.parseOnto(java.lang.String ref,
java.lang.Object target)
Parse the XML document located by the slick resource loader using the reference given. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |