org.jfree.xml.parser
Class Base64ReadHandler

java.lang.Object
  extended byorg.jfree.xml.parser.AbstractXmlReadHandler
      extended byorg.jfree.xml.parser.Base64ReadHandler
All Implemented Interfaces:
XmlReadHandler

Deprecated. base64 encoded elements are no longer supported ...

public class Base64ReadHandler
extends AbstractXmlReadHandler


Field Summary
 
Fields inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
rootHandler, tagName
 
Constructor Summary
Base64ReadHandler()
          Deprecated.  
 
Method Summary
 void characters(char[] ch, int start, int length)
          Deprecated. This method is called to process the character data between element tags.
 java.lang.Object getObject()
          Deprecated. Returns the object for this element.
 
Methods inherited from class org.jfree.xml.parser.AbstractXmlReadHandler
doneParsing, endElement, getHandlerForChild, getRootHandler, getTagName, init, startElement, startParsing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64ReadHandler

public Base64ReadHandler()
Deprecated. 
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws org.xml.sax.SAXException
Deprecated. 
Description copied from class: AbstractXmlReadHandler
This method is called to process the character data between element tags.

Specified by:
characters in interface XmlReadHandler
Overrides:
characters in class AbstractXmlReadHandler
Parameters:
ch - the character buffer.
start - the start index.
length - the length.
Throws:
org.xml.sax.SAXException - if there is a parsing error.

getObject

public java.lang.Object getObject()
                           throws XmlReaderException
Deprecated. 
Description copied from interface: XmlReadHandler
Returns the object for this element.

Returns:
the object.
Throws:
XmlReaderException - if there is a parsing error.