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 TypeClassDescriptionclassA base class for implementing anXmlReadHandler.classDeprecated.base64 encoded elements are no longer supported ...Fields in org.jfree.xml.parser declared as XmlReadHandlerModifier and TypeFieldDescriptionprivate XmlReadHandlerRootXmlReadHandler.rootHandlerThe 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 XmlReadHandlerRootXmlReadHandler.findHandlerForClass(Class classToRead, Attributes atts, ArrayList history) Finds a handler for the specified class.protected XmlReadHandlerRootXmlReadHandler.getCurrentHandler()Returns the current handler.protected XmlReadHandlerAbstractXmlReadHandler.getHandlerForChild(String tagName, Attributes atts) Returns the handler for a child element.protected XmlReadHandlerRootXmlReadHandler.getRootHandler()Returns the root SAX handler.protected XmlReadHandlerRootXmlReadHandler.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 TypeMethodDescriptionvoidRootXmlReadHandler.delegate(XmlReadHandler handler, String tagName, Attributes attrs) Delegate to another handler.voidRootXmlReadHandler.recurse(XmlReadHandler handler, String tagName, Attributes attrs) Start a new handler stack and delegate to another handler.protected voidRootXmlReadHandler.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 TypeClassDescriptionclassA SAX handler for reading aBasicStrokeobject from XML.classA SAX handler for readingColorobjects from an XML element.classA SAX handler for reading a font definition.classA SAX handler for reading a generic object from an XML element.classA SAX handler for reading aGradientPaintfrom an XML element.classA reader that can parse the XML element for anInsetsobject.classA SAX handler for reading a list from an XML element.classA null read handler.classA SAX handler for an object reference.classA SAX handler for readingPoint2Dobjects from an XML element.classA handler for reading aRectangle2Dobject.classA read handler that can parse the XML element for aRenderingHintscollection.classA read handler for a rendering hint value.classRequired for list contents ...Fields in org.jfree.xml.parser.coretypes declared as XmlReadHandlerModifier and TypeFieldDescriptionprivate XmlReadHandlerGradientPaintReadHandler.color1HandlerThe handler for color 1.private XmlReadHandlerGradientPaintReadHandler.color2HandlerThe handler for color 2.private XmlReadHandlerGradientPaintReadHandler.point1HandlerThe handler for point 1.private XmlReadHandlerGradientPaintReadHandler.point2HandlerThe handler for point 2.Methods in org.jfree.xml.parser.coretypes that return XmlReadHandlerModifier and TypeMethodDescriptionprotected XmlReadHandlerGenericReadHandler.getHandlerForChild(String tagName, Attributes atts) Returns the child handler.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.