Uses of Class
org.jfree.xml.parser.RootXmlReadHandler
-
Packages that use RootXmlReadHandler Package Description org.jfree.xml.parser XML parser. -
-
Uses of RootXmlReadHandler in org.jfree.xml.parser
Methods in org.jfree.xml.parser that return RootXmlReadHandler Modifier and Type Method Description RootXmlReadHandler
AbstractXmlReadHandler. getRootHandler()
Returns the root handler for the parsing.Methods in org.jfree.xml.parser with parameters of type RootXmlReadHandler Modifier and Type Method Description void
AbstractXmlReadHandler. init(RootXmlReadHandler rootHandler, String tagName)
Initialises the handler.void
XmlReadHandler. init(RootXmlReadHandler rootHandler, String tagName)
Initialise.
-