Package | Description |
---|---|
org.jfree.xml.parser |
XML parser.
|
org.jfree.xml.parser.coretypes |
XML writers for some core classes.
|
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.
|
void |
RootXmlReadHandler.delegate(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs)
Delegate to another handler.
|
protected void |
AbstractXmlReadHandler.doneParsing()
Done parsing.
|
void |
XmlReadHandler.endElement(java.lang.String tagName)
This method is called at the end of an element.
|
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 |
AbstractXmlReadHandler.getHandlerForChild(java.lang.String tagName,
org.xml.sax.Attributes atts)
Returns the handler for a child element.
|
java.lang.Object |
XmlReadHandler.getObject()
Returns the object for this element or null, if this element does
not create an object.
|
java.lang.Object |
Base64ReadHandler.getObject()
Deprecated.
Returns the object under construction.
|
protected java.lang.Class |
RootXmlReadHandler.loadClass(java.lang.String className)
Loads the given class, and ignores all exceptions which may occur
during the loading.
|
protected XmlReadHandler |
RootXmlReadHandler.loadHandlerClass(java.lang.String className)
Loads the given class, and ignores all exceptions which may occur
during the loading.
|
void |
RootXmlReadHandler.recurse(XmlReadHandler handler,
java.lang.String tagName,
org.xml.sax.Attributes attrs)
Start a new handler stack and delegate to another handler.
|
void |
XmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs)
This method is called at the start of an element.
|
void |
AbstractXmlReadHandler.startElement(java.lang.String tagName,
org.xml.sax.Attributes attrs)
This method is called at the start of an element.
|
protected void |
AbstractXmlReadHandler.startParsing(org.xml.sax.Attributes attrs)
Starts parsing.
|
void |
RootXmlReadHandler.unwind(java.lang.String tagName)
Hand control back to the previous handler.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StringReadHandler.doneParsing()
Done parsing.
|
protected void |
RenderingHintsReadHandler.doneParsing()
Done parsing.
|
protected void |
ListReadHandler.doneParsing()
Parsing is finished.
|
protected void |
GradientPaintReadHandler.doneParsing()
At the end of parsing the element, the gradient paint is constructed.
|
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.
|
java.lang.Object |
RenderingHintsReadHandler.getObject()
Returns the object for this element.
|
java.lang.Object |
RenderingHintValueReadHandler.getObject()
Returns the object for this element.
|
java.lang.Object |
NullReadHandler.getObject()
Returns the object for this element.
|
java.lang.Object |
InsetsReadHandler.getObject()
Returns the object for this element.
|
java.lang.Object |
GenericReadHandler.getObject()
Returns the object.
|