|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--org.jfree.xml.Parser | +--com.jrefinery.report.io.ReportParser
The report parser initializes the parsing engine and coordinates the parsing process. Once the parsing is complete, the generated report instance can be queries with getResult();
This parser produces JFreeReport objects.
Field Summary |
Fields inherited from class org.jfree.xml.Parser |
CONTENTBASE_KEY |
Constructor Summary | |
ReportParser()
Default constuctor. |
Method Summary | |
org.jfree.xml.Parser |
getInstance()
Returns a new instance of the parser. |
java.lang.Object |
getResult()
Returns the parsered object. |
Methods inherited from class org.jfree.xml.Parser |
characters, endDocument, endElement, getConfigProperty, getConfigProperty, getHelperObject, getInitialFactory, getLocator, peekFactory, popFactory, pushFactory, setConfigProperty, setDocumentLocator, setHelperObject, setInitialFactory, startDocument, startElement |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportParser()
Method Detail |
public org.jfree.xml.Parser getInstance()
getInstance
in class org.jfree.xml.Parser
public java.lang.Object getResult()
getResult
in class org.jfree.xml.Parser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |