|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlReadHandler | |
---|---|
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 | |
---|---|
class |
AbstractXmlReadHandler
A base class for implementing an XmlReadHandler . |
class |
Base64ReadHandler
Deprecated. base64 encoded elements are no longer supported ... |
Methods in org.jfree.xml.parser that return XmlReadHandler | |
---|---|
XmlReadHandler |
RootXmlReadHandler.createHandler(Class classToRead,
String tagName,
org.xml.sax.Attributes atts)
Creates a SAX handler for the specified class. |
protected XmlReadHandler |
RootXmlReadHandler.getCurrentHandler()
Returns the current handler. |
protected XmlReadHandler |
AbstractXmlReadHandler.getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
protected XmlReadHandler |
RootXmlReadHandler.getRootHandler()
Returns the root SAX handler. |
protected XmlReadHandler |
RootXmlReadHandler.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 XmlReadHandler | |
---|---|
void |
RootXmlReadHandler.delegate(XmlReadHandler handler,
String tagName,
org.xml.sax.Attributes attrs)
Delegate to another handler. |
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
String tagName,
org.xml.sax.Attributes attrs)
Start a new handler stack and delegate to another handler. |
protected void |
RootXmlReadHandler.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 | |
---|---|
class |
BasicStrokeReadHandler
A SAX handler for reading a BasicStroke object from XML. |
class |
ColorReadHandler
A SAX handler for reading Color objects from an XML element. |
class |
FontReadHandler
A SAX handler for reading a font definition. |
class |
GenericReadHandler
A SAX handler for reading a generic object from an XML element. |
class |
GradientPaintReadHandler
A SAX handler for reading a GradientPaint from an XML element. |
class |
InsetsReadHandler
A reader that can parse the XML element for an Insets object. |
class |
ListReadHandler
A SAX handler for reading a list from an XML element. |
class |
NullReadHandler
A null read handler. |
class |
ObjectRefHandler
A SAX handler for an object reference. |
class |
Point2DReadHandler
A SAX handler for reading Point2D objects from an XML element. |
class |
Rectangle2DReadHandler
A handler for reading a Rectangle2D object. |
class |
RenderingHintsReadHandler
A read handler that can parse the XML element for a RenderingHints collection. |
class |
RenderingHintValueReadHandler
A read handler for a rendering hint value. |
class |
StringReadHandler
Required for list contents ... |
Methods in org.jfree.xml.parser.coretypes that return XmlReadHandler | |
---|---|
protected XmlReadHandler |
GradientPaintReadHandler.getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
protected XmlReadHandler |
RenderingHintsReadHandler.getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element. |
protected XmlReadHandler |
ListReadHandler.getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Gets a handler for a child. |
protected XmlReadHandler |
GenericReadHandler.getHandlerForChild(String tagName,
org.xml.sax.Attributes atts)
Returns the child handler. |
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |