Uses of Interface
org.jfree.xml.parser.XmlReadHandler
-
Packages that use XmlReadHandler Package Description org.jfree.xml.parser XML parser.org.jfree.xml.parser.coretypes XML writers for some core classes. -
-
Uses of XmlReadHandler in org.jfree.xml.parser
Classes in org.jfree.xml.parser that implement XmlReadHandler Modifier and Type Class Description class
AbstractXmlReadHandler
A base class for implementing anXmlReadHandler
.class
Base64ReadHandler
Deprecated.base64 encoded elements are no longer supported ...Methods in org.jfree.xml.parser that return XmlReadHandler Modifier and Type Method Description XmlReadHandler
RootXmlReadHandler. createHandler(Class classToRead, String tagName, Attributes atts)
Creates a SAX 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 XmlReadHandler Modifier and Type Method Description void
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 XmlReadHandler Modifier and Type Class Description class
BasicStrokeReadHandler
A SAX handler for reading aBasicStroke
object from XML.class
ColorReadHandler
A SAX handler for readingColor
objects from an XML element.class
FontReadHandler
A SAX handler for reading a font definition.class
GenericReadHandler
A SAX handler for reading a generic object from an XML element.class
GradientPaintReadHandler
A SAX handler for reading aGradientPaint
from an XML element.class
InsetsReadHandler
A reader that can parse the XML element for anInsets
object.class
ListReadHandler
A SAX handler for reading a list from an XML element.class
NullReadHandler
A null read handler.class
ObjectRefHandler
A SAX handler for an object reference.class
Point2DReadHandler
A SAX handler for readingPoint2D
objects from an XML element.class
Rectangle2DReadHandler
A handler for reading aRectangle2D
object.class
RenderingHintsReadHandler
A read handler that can parse the XML element for aRenderingHints
collection.class
RenderingHintValueReadHandler
A read handler for a rendering hint value.class
StringReadHandler
Required for list contents ...Methods in org.jfree.xml.parser.coretypes that return XmlReadHandler Modifier and Type Method Description protected 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.
-