Uses of Class
org.jfree.xml.parser.XmlReaderException
Packages that use XmlReaderException
Package
Description
XML parser.
XML writers for some core classes.
-
Uses of XmlReaderException in org.jfree.xml.parser
Methods in org.jfree.xml.parser that throw XmlReaderExceptionModifier and TypeMethodDescriptionRootXmlReadHandler.createHandler
(Class classToRead, String tagName, Attributes atts) Creates a SAX handler for the specified class.void
RootXmlReadHandler.delegate
(XmlReadHandler handler, String tagName, Attributes attrs) Delegate to another handler.protected void
AbstractXmlReadHandler.doneParsing()
Done parsing.void
XmlReadHandler.endElement
(String tagName) This method is called at the end of an element.private XmlReadHandler
RootXmlReadHandler.findHandlerForClass
(Class classToRead, Attributes atts, ArrayList history) Finds a handler for the specified class.protected XmlReadHandler
AbstractXmlReadHandler.getHandlerForChild
(String tagName, Attributes atts) Returns the handler for a child element.Base64ReadHandler.getObject()
Deprecated.Returns the object under construction.XmlReadHandler.getObject()
Returns the object for this element or null, if this element does not create an object.protected Class
Loads the given class, and ignores all exceptions which may occur during the loading.protected XmlReadHandler
RootXmlReadHandler.loadHandlerClass
(String className) Loads the given class, and ignores all exceptions which may occur during the loading.void
RootXmlReadHandler.recurse
(XmlReadHandler handler, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.final void
AbstractXmlReadHandler.startElement
(String tagName, Attributes attrs) This method is called at the start of an element.void
XmlReadHandler.startElement
(String tagName, Attributes attrs) This method is called at the start of an element.protected void
AbstractXmlReadHandler.startParsing
(Attributes attrs) Starts parsing.void
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 XmlReaderExceptionModifier and TypeMethodDescriptionprotected void
GradientPaintReadHandler.doneParsing()
At the end of parsing the element, the gradient paint is constructed.protected void
ListReadHandler.doneParsing()
Parsing is finished.protected void
RenderingHintsReadHandler.doneParsing()
Done parsing.protected void
StringReadHandler.doneParsing()
Done parsing.protected XmlReadHandler
GradientPaintReadHandler.getHandlerForChild
(String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandler
ListReadHandler.getHandlerForChild
(String tagName, Attributes atts) Gets a handler for a child.protected XmlReadHandler
RenderingHintsReadHandler.getHandlerForChild
(String tagName, Attributes atts) Returns the handler for a child element.GenericReadHandler.getObject()
Returns the object.InsetsReadHandler.getObject()
Returns the object for this element.NullReadHandler.getObject()
Returns the object for this element.RenderingHintsReadHandler.getObject()
Returns the object for this element.RenderingHintValueReadHandler.getObject()
Returns the object for this element.