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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(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
-
Field Details
-
encodedObject
Deprecated.The encoded object.
-
-
Constructor Details
-
Base64ReadHandler
public Base64ReadHandler()Deprecated.Creates a new handler.
-
-
Method Details
-
characters
Deprecated.Process character data.- Specified by:
characters
in interfaceXmlReadHandler
- Overrides:
characters
in 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
- ???.
-