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, startParsingpublic 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 - ???.Copyright © 2009-2012 jtstand.com. All Rights Reserved.