|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlReaderException | |
|---|---|
| org.jfree.xml.parser | XML parser. |
| org.jfree.xml.parser.coretypes | XML writers for some core classes. |
| Uses of XmlReaderException in org.jfree.xml.parser |
|---|
| Methods in org.jfree.xml.parser that throw XmlReaderException | |
|---|---|
XmlReadHandler |
RootXmlReadHandler.createHandler(java.lang.Class classToRead,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Creates a SAX handler for the specified class. |
void |
RootXmlReadHandler.delegate(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs)
Delegate to another handler. |
protected void |
AbstractXmlReadHandler.doneParsing()
Done parsing. |
void |
XmlReadHandler.endElement(java.lang.String tagName)
This method is called at the end of an element. |
protected XmlReadHandler |
AbstractXmlReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
java.lang.Object |
Base64ReadHandler.getObject()
Deprecated. Returns the object under construction. |
java.lang.Object |
XmlReadHandler.getObject()
Returns the object for this element or null, if this element does not create an object. |
protected java.lang.Class |
RootXmlReadHandler.loadClass(java.lang.String className)
Loads the given class, and ignores all exceptions which may occur during the loading. |
protected XmlReadHandler |
RootXmlReadHandler.loadHandlerClass(java.lang.String className)
Loads the given class, and ignores all exceptions which may occur during the loading. |
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs)
Start a new handler stack and delegate to another handler. |
void |
AbstractXmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs)
This method is called at the start of an element. |
void |
XmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs)
This method is called at the start of an element. |
protected void |
AbstractXmlReadHandler.startParsing(org.xml.sax.Attributes attrs)
Starts parsing. |
void |
RootXmlReadHandler.unwind(java.lang.String tagName)
Hand control back to the previous handler. |
| Uses of XmlReaderException in org.jfree.xml.parser.coretypes |
|---|
| Methods in org.jfree.xml.parser.coretypes that throw XmlReaderException | |
|---|---|
protected void |
StringReadHandler.doneParsing()
Done parsing. |
protected void |
RenderingHintsReadHandler.doneParsing()
Done parsing. |
protected void |
GradientPaintReadHandler.doneParsing()
At the end of parsing the element, the gradient paint is constructed. |
protected void |
ListReadHandler.doneParsing()
Parsing is finished. |
protected XmlReadHandler |
RenderingHintsReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
protected XmlReadHandler |
GradientPaintReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
protected XmlReadHandler |
ListReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Gets a handler for a child. |
java.lang.Object |
RenderingHintsReadHandler.getObject()
Returns the object for this element. |
java.lang.Object |
RenderingHintValueReadHandler.getObject()
Returns the object for this element. |
java.lang.Object |
NullReadHandler.getObject()
Returns the object for this element. |
java.lang.Object |
GenericReadHandler.getObject()
Returns the object. |
java.lang.Object |
InsetsReadHandler.getObject()
Returns the object for this element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||