|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.coretypes.GenericReadHandler
public class GenericReadHandler
A SAX handler for reading a generic object from an XML element.
| Constructor Summary | |
|---|---|
GenericReadHandler(GenericObjectFactory factory)
Creates a new handler. |
|
| Method Summary | |
|---|---|
protected XmlReadHandler |
getHandlerForChild(String tagName,
Attributes atts)
Returns the child handler. |
Object |
getObject()
Returns the object. |
protected void |
startParsing(Attributes attrs)
Called at the start of parsing. |
| Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
|---|
characters, doneParsing, endElement, getRootHandler, getTagName, init, startElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericReadHandler(GenericObjectFactory factory)
factory - the generic object factory.| Method Detail |
|---|
protected void startParsing(Attributes attrs)
throws SAXException
startParsing in class AbstractXmlReadHandlerattrs - the attributes.
SAXException - if there is a parsing error.
protected XmlReadHandler getHandlerForChild(String tagName,
Attributes atts)
throws SAXException
getHandlerForChild in class AbstractXmlReadHandlertagName - the tag name.atts - the attributes.
SAXException - if there is a parsing problem.
public Object getObject()
throws XmlReaderException
XmlReaderException - ???
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||