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 classAbstractXmlReadHandlerA base class for implementing anXmlReadHandler.classBase64ReadHandlerDeprecated.base64 encoded elements are no longer supported ...Fields in org.jfree.xml.parser declared as XmlReadHandler Modifier and Type Field Description private XmlReadHandlerRootXmlReadHandler. rootHandlerThe root handler.Methods in org.jfree.xml.parser that return XmlReadHandler Modifier and Type Method Description XmlReadHandlerRootXmlReadHandler. createHandler(java.lang.Class classToRead, java.lang.String tagName, org.xml.sax.Attributes atts)Creates a SAX handler for the specified class.private XmlReadHandlerRootXmlReadHandler. findHandlerForClass(java.lang.Class classToRead, org.xml.sax.Attributes atts, java.util.ArrayList history)Finds a handler for the specified class.protected XmlReadHandlerRootXmlReadHandler. getCurrentHandler()Returns the current handler.protected XmlReadHandlerAbstractXmlReadHandler. getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts)Returns the handler for a child element.protected XmlReadHandlerRootXmlReadHandler. getRootHandler()Returns the root SAX handler.protected XmlReadHandlerRootXmlReadHandler. loadHandlerClass(java.lang.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 voidRootXmlReadHandler. delegate(XmlReadHandler handler, java.lang.String tagName, org.xml.sax.Attributes attrs)Delegate to another handler.voidRootXmlReadHandler. recurse(XmlReadHandler handler, java.lang.String tagName, org.xml.sax.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 XmlReadHandler Modifier and Type Class Description classBasicStrokeReadHandlerA SAX handler for reading aBasicStrokeobject from XML.classColorReadHandlerA SAX handler for readingColorobjects from an XML element.classFontReadHandlerA SAX handler for reading a font definition.classGenericReadHandlerA SAX handler for reading a generic object from an XML element.classGradientPaintReadHandlerA SAX handler for reading aGradientPaintfrom an XML element.classInsetsReadHandlerA reader that can parse the XML element for anInsetsobject.classListReadHandlerA SAX handler for reading a list from an XML element.classNullReadHandlerA null read handler.classObjectRefHandlerA SAX handler for an object reference.classPoint2DReadHandlerA SAX handler for readingPoint2Dobjects from an XML element.classRectangle2DReadHandlerA handler for reading aRectangle2Dobject.classRenderingHintsReadHandlerA read handler that can parse the XML element for aRenderingHintscollection.classRenderingHintValueReadHandlerA read handler for a rendering hint value.classStringReadHandlerRequired for list contents ...Fields in org.jfree.xml.parser.coretypes declared as XmlReadHandler Modifier and Type Field Description private 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 XmlReadHandler Modifier and Type Method Description protected XmlReadHandlerGenericReadHandler. getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts)Returns the child handler.protected XmlReadHandlerGradientPaintReadHandler. getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts)Returns the handler for a child element.protected XmlReadHandlerListReadHandler. getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts)Gets a handler for a child.protected XmlReadHandlerRenderingHintsReadHandler. getHandlerForChild(java.lang.String tagName, org.xml.sax.Attributes atts)Returns the handler for a child element.
-