|
||||||||||
| 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. |
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 SAXException
characters in interface XmlReadHandlercharacters in class AbstractXmlReadHandlerch - the character buffer.start - the start index.length - the number of characters.
SAXException - ???.
public Object getObject()
throws XmlReaderException
XmlReaderException - ???.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||