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