Package | Description |
---|---|
org.jfree.xml |
XML parser.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
ParserFrontend.parse(org.xml.sax.InputSource input,
java.net.URL contentBase)
Parses an XML report template file.
|
java.lang.Object |
ParserFrontend.parse(java.net.URL file,
java.net.URL contentBase)
Parses an XML file which is loaded using the given URL.
|