Uses of Class
org.jfree.xml.parser.XmlReaderException
-
Packages that use XmlReaderException Package Description 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 Modifier and Type Method Description XmlReadHandler
RootXmlReadHandler. 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.protected XmlReadHandler
AbstractXmlReadHandler. getHandlerForChild(String tagName, Attributes atts)
Returns the handler for a child element.Object
Base64ReadHandler. getObject()
Deprecated.Returns the object under construction.Object
XmlReadHandler. getObject()
Returns the object for this element or null, if this element does not create an object.protected Class
RootXmlReadHandler. loadClass(String className)
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.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
RootXmlReadHandler. unwind(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 Modifier and Type Method Description protected 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.Object
GenericReadHandler. getObject()
Returns the object.Object
InsetsReadHandler. getObject()
Returns the object for this element.Object
NullReadHandler. getObject()
Returns the object for this element.Object
RenderingHintsReadHandler. getObject()
Returns the object for this element.Object
RenderingHintValueReadHandler. getObject()
Returns the object for this element.
-