Package | Description |
---|---|
org.jfree.xml.parser |
XML parser.
|
org.jfree.xml.parser.coretypes |
XML writers for some core classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlReadHandler
A base class for implementing an
XmlReadHandler . |
class |
Base64ReadHandler
Deprecated.
base64 encoded elements are no longer supported ...
|
Modifier and Type | Method and Description |
---|---|
XmlReadHandler |
RootXmlReadHandler.createHandler(Class classToRead,
String tagName,
Attributes atts)
Creates a SAX handler for the specified class.
|
protected XmlReadHandler |
RootXmlReadHandler.getCurrentHandler()
Returns the current handler.
|
protected XmlReadHandler |
AbstractXmlReadHandler.getHandlerForChild(String tagName,
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RootXmlReadHandler.delegate(XmlReadHandler handler,
String tagName,
Attributes attrs)
Delegate to another handler.
|
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
String tagName,
Attributes attrs)
Start a new handler stack and delegate to another handler.
|
protected void |
RootXmlReadHandler.setRootHandler(XmlReadHandler handler)
Sets the root SAX handler.
|
Modifier and Type | Class and Description |
---|---|
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 ...
|
Modifier and Type | Method and Description |
---|---|
protected XmlReadHandler |
GradientPaintReadHandler.getHandlerForChild(String tagName,
Attributes atts)
Returns the handler for a child element.
|
protected XmlReadHandler |
GenericReadHandler.getHandlerForChild(String tagName,
Attributes atts)
Returns the child handler.
|
protected XmlReadHandler |
ListReadHandler.getHandlerForChild(String tagName,
Attributes atts)
Gets a handler for a child.
|
protected XmlReadHandler |
RenderingHintsReadHandler.getHandlerForChild(String tagName,
Attributes atts)
Returns the handler for a child element.
|
Copyright © 2001–2018 JFree.org. All rights reserved.