Uses of Interface
org.jfree.xml.parser.XmlReadHandler
Packages that use XmlReadHandler
Package
Description
XML parser.
XML writers for some core classes.
-
Uses of XmlReadHandler in org.jfree.xml.parser
Classes in org.jfree.xml.parser that implement XmlReadHandlerModifier and TypeClassDescriptionclass
A base class for implementing anXmlReadHandler
.class
Deprecated.base64 encoded elements are no longer supported ...Fields in org.jfree.xml.parser declared as XmlReadHandlerModifier and TypeFieldDescriptionprivate XmlReadHandler
RootXmlReadHandler.rootHandler
The root handler.Methods in org.jfree.xml.parser that return XmlReadHandlerModifier and TypeMethodDescriptionRootXmlReadHandler.createHandler
(Class classToRead, String tagName, Attributes atts) Creates a SAX handler for the specified class.private XmlReadHandler
RootXmlReadHandler.findHandlerForClass
(Class classToRead, Attributes atts, ArrayList history) Finds a handler for the specified class.protected XmlReadHandler
RootXmlReadHandler.getCurrentHandler()
Returns the current handler.protected XmlReadHandler
AbstractXmlReadHandler.getHandlerForChild
(String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandler
RootXmlReadHandler.getRootHandler()
Returns the root SAX handler.protected XmlReadHandler
RootXmlReadHandler.loadHandlerClass
(String className) Loads the given class, and ignores all exceptions which may occur during the loading.Methods in org.jfree.xml.parser with parameters of type XmlReadHandlerModifier and TypeMethodDescriptionvoid
RootXmlReadHandler.delegate
(XmlReadHandler handler, String tagName, Attributes attrs) Delegate to another handler.void
RootXmlReadHandler.recurse
(XmlReadHandler handler, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.protected void
RootXmlReadHandler.setRootHandler
(XmlReadHandler handler) Sets the root SAX handler. -
Uses of XmlReadHandler in org.jfree.xml.parser.coretypes
Classes in org.jfree.xml.parser.coretypes that implement XmlReadHandlerModifier and TypeClassDescriptionclass
A SAX handler for reading aBasicStroke
object from XML.class
A SAX handler for readingColor
objects from an XML element.class
A SAX handler for reading a font definition.class
A SAX handler for reading a generic object from an XML element.class
A SAX handler for reading aGradientPaint
from an XML element.class
A reader that can parse the XML element for anInsets
object.class
A SAX handler for reading a list from an XML element.class
A null read handler.class
A SAX handler for an object reference.class
A SAX handler for readingPoint2D
objects from an XML element.class
A handler for reading aRectangle2D
object.class
A read handler that can parse the XML element for aRenderingHints
collection.class
A read handler for a rendering hint value.class
Required for list contents ...Fields in org.jfree.xml.parser.coretypes declared as XmlReadHandlerModifier and TypeFieldDescriptionprivate XmlReadHandler
GradientPaintReadHandler.color1Handler
The handler for color 1.private XmlReadHandler
GradientPaintReadHandler.color2Handler
The handler for color 2.private XmlReadHandler
GradientPaintReadHandler.point1Handler
The handler for point 1.private XmlReadHandler
GradientPaintReadHandler.point2Handler
The handler for point 2.Methods in org.jfree.xml.parser.coretypes that return XmlReadHandlerModifier and TypeMethodDescriptionprotected XmlReadHandler
GenericReadHandler.getHandlerForChild
(String tagName, Attributes atts) Returns the child handler.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.