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 | Field and Description |
---|---|
private XmlReadHandler |
RootXmlReadHandler.rootHandler
The root handler.
|
Modifier and Type | Method and Description |
---|---|
XmlReadHandler |
RootXmlReadHandler.createHandler(java.lang.Class classToRead,
java.lang.String tagName,
org.xml.sax.Attributes atts)
Creates a SAX handler for the specified class.
|
private XmlReadHandler |
RootXmlReadHandler.findHandlerForClass(java.lang.Class classToRead,
org.xml.sax.Attributes atts,
java.util.ArrayList history)
Finds a handler for the specified class.
|
protected XmlReadHandler |
RootXmlReadHandler.getCurrentHandler()
Returns the current handler.
|
protected XmlReadHandler |
AbstractXmlReadHandler.getHandlerForChild(java.lang.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(java.lang.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,
java.lang.String tagName,
org.xml.sax.Attributes attrs)
Delegate to another handler.
|
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
java.lang.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.
|
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 | Field and Description |
---|---|
private XmlReadHandler |
GradientPaintReadHandler.color1Handler
The handler for color 1.
|
private XmlReadHandler |
GradientPaintReadHandler.color2Handler
The handler for color 2.
|
private XmlReadHandler |
GradientPaintReadHandler.point1Handler
The handler for point 1.
|
private XmlReadHandler |
GradientPaintReadHandler.point2Handler
The handler for point 2.
|
Modifier and Type | Method and Description |
---|---|
protected XmlReadHandler |
RenderingHintsReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
protected XmlReadHandler |
ListReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Gets a handler for a child.
|
protected XmlReadHandler |
GradientPaintReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
protected XmlReadHandler |
GenericReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the child handler.
|