Package org.jfree.xml.parser
Class Base64ReadHandler
java.lang.Object
org.jfree.xml.parser.AbstractXmlReadHandler
org.jfree.xml.parser.Base64ReadHandler
- All Implemented Interfaces:
XmlReadHandler
Deprecated.
base64 encoded elements are no longer supported ...
A read handler for Base64 encoded elements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) Deprecated.Process character data.Deprecated.Returns the object under construction.Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing
-
Constructor Details
-
Base64ReadHandler
public Base64ReadHandler()Deprecated.Creates a new handler.
-
-
Method Details
-
characters
Deprecated.Process character data.- Specified by:
charactersin interfaceXmlReadHandler- Overrides:
charactersin classAbstractXmlReadHandler- Parameters:
ch- the character buffer.start- the start index.length- the number of characters.- Throws:
SAXException- ???.
-
getObject
Deprecated.Returns the object under construction.- Returns:
- the object
- Throws:
XmlReaderException- ???.
-