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.voidRootXmlReadHandler.delegate(XmlReadHandler handler, String tagName, Attributes attrs) Delegate to another handler.protected voidAbstractXmlReadHandler.doneParsing()Done parsing.voidXmlReadHandler.endElement(String tagName) This method is called at the end of an element.private XmlReadHandlerRootXmlReadHandler.findHandlerForClass(Class classToRead, Attributes atts, ArrayList history) Finds a handler for the specified class.protected XmlReadHandlerAbstractXmlReadHandler.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 ClassLoads the given class, and ignores all exceptions which may occur during the loading.protected XmlReadHandlerRootXmlReadHandler.loadHandlerClass(String className) Loads the given class, and ignores all exceptions which may occur during the loading.voidRootXmlReadHandler.recurse(XmlReadHandler handler, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.final voidAbstractXmlReadHandler.startElement(String tagName, Attributes attrs) This method is called at the start of an element.voidXmlReadHandler.startElement(String tagName, Attributes attrs) This method is called at the start of an element.protected voidAbstractXmlReadHandler.startParsing(Attributes attrs) Starts parsing.voidHand 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 voidGradientPaintReadHandler.doneParsing()At the end of parsing the element, the gradient paint is constructed.protected voidListReadHandler.doneParsing()Parsing is finished.protected voidRenderingHintsReadHandler.doneParsing()Done parsing.protected voidStringReadHandler.doneParsing()Done parsing.protected XmlReadHandlerGradientPaintReadHandler.getHandlerForChild(String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandlerListReadHandler.getHandlerForChild(String tagName, Attributes atts) Gets a handler for a child.protected XmlReadHandlerRenderingHintsReadHandler.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.