public class Base64ReadHandler extends AbstractXmlReadHandler
Constructor and Description |
---|
Base64ReadHandler()
Deprecated.
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length)
Deprecated.
Process character data.
|
Object |
getObject()
Deprecated.
Returns the object under construction.
|
doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface XmlReadHandler
characters
in class AbstractXmlReadHandler
ch
- the character buffer.start
- the start index.length
- the number of characters.SAXException
- ???.public Object getObject() throws XmlReaderException
XmlReaderException
- ???.Copyright © 2001–2018 JFree.org. All rights reserved.