org.jfree.xml.parser
public class Base64ReadHandler extends AbstractXmlReadHandler
Deprecated: base64 encoded elements are no longer supported ...
A read handler for Base64 encoded elements.| Constructor Summary | |
|---|---|
| Base64ReadHandler()
Creates a new handler. | |
| Method Summary | |
|---|---|
| void | characters(char[] ch, int start, int length)
Process character data.
|
| Object | getObject()
Returns the object under construction.
|
Parameters: ch the character buffer. start the start index. length the number of characters.
Throws: SAXException ???.
Returns: the object
Throws: XmlReaderException ???.