|
|||||||||
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.Base64ReadHandler
public class Base64ReadHandler
A read handler for Base64 encoded elements.
Constructor Summary | |
---|---|
Base64ReadHandler()
Deprecated. Creates a new handler. |
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
Deprecated. Process character data. |
java.lang.Object |
getObject()
Deprecated. Returns the object under construction. |
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler |
---|
doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64ReadHandler()
Method Detail |
---|
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface XmlReadHandler
characters
in class AbstractXmlReadHandler
ch
- the character buffer.start
- the start index.length
- the number of characters.
org.xml.sax.SAXException
- ???.public java.lang.Object getObject() throws XmlReaderException
XmlReaderException
- ???.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |