Uses of Class
org.jfree.xml.parser.RootXmlReadHandler
Packages that use RootXmlReadHandler
-
Uses of RootXmlReadHandler in org.jfree.xml.parser
Fields in org.jfree.xml.parser declared as RootXmlReadHandlerModifier and TypeFieldDescriptionprivate RootXmlReadHandler
AbstractXmlReadHandler.rootHandler
The root handler.Methods in org.jfree.xml.parser that return RootXmlReadHandlerModifier and TypeMethodDescriptionAbstractXmlReadHandler.getRootHandler()
Returns the root handler for the parsing.Methods in org.jfree.xml.parser with parameters of type RootXmlReadHandlerModifier and TypeMethodDescriptionvoid
AbstractXmlReadHandler.init
(RootXmlReadHandler rootHandler, String tagName) Initialises the handler.void
XmlReadHandler.init
(RootXmlReadHandler rootHandler, String tagName) Initialise.