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
Fields in org.jfree.xml.parser declared as RootXmlReadHandler Modifier and Type Field Description private RootXmlReadHandler
AbstractXmlReadHandler. rootHandler
The root handler.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, java.lang.String tagName)
Initialises the handler.void
XmlReadHandler. init(RootXmlReadHandler rootHandler, java.lang.String tagName)
Initialise.
-