JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.xml.parser.XmlReaderException

Packages that use XmlReaderException
org.jfree.xml.parser XML parser. 
org.jfree.xml.parser.coretypes XML writers for some core classes. 
 

Uses of XmlReaderException in org.jfree.xml.parser
 

Methods in org.jfree.xml.parser that throw XmlReaderException
 XmlReadHandler RootXmlReadHandler.createHandler(Class classToRead, String tagName, org.xml.sax.Attributes atts)
          Creates a SAX handler for the specified class.
 void RootXmlReadHandler.delegate(XmlReadHandler handler, String tagName, org.xml.sax.Attributes attrs)
          Delegate to another handler.
protected  void AbstractXmlReadHandler.doneParsing()
          Done parsing.
 void XmlReadHandler.endElement(String tagName)
          This method is called at the end of an element.
protected  XmlReadHandler AbstractXmlReadHandler.getHandlerForChild(String tagName, org.xml.sax.Attributes atts)
          Returns the handler for a child element.
 Object XmlReadHandler.getObject()
          Returns the object for this element or null, if this element does not create an object.
 Object Base64ReadHandler.getObject()
          Deprecated. Returns the object under construction.
protected  Class RootXmlReadHandler.loadClass(String className)
          Loads the given class, and ignores all exceptions which may occur during the loading.
protected  XmlReadHandler RootXmlReadHandler.loadHandlerClass(String className)
          Loads the given class, and ignores all exceptions which may occur during the loading.
 void RootXmlReadHandler.recurse(XmlReadHandler handler, String tagName, org.xml.sax.Attributes attrs)
          Start a new handler stack and delegate to another handler.
 void XmlReadHandler.startElement(String tagName, org.xml.sax.Attributes attrs)
          This method is called at the start of an element.
 void AbstractXmlReadHandler.startElement(String tagName, org.xml.sax.Attributes attrs)
          This method is called at the start of an element.
protected  void AbstractXmlReadHandler.startParsing(org.xml.sax.Attributes attrs)
          Starts parsing.
 void RootXmlReadHandler.unwind(String tagName)
          Hand control back to the previous handler.
 

Uses of XmlReaderException in org.jfree.xml.parser.coretypes
 

Methods in org.jfree.xml.parser.coretypes that throw XmlReaderException
protected  void StringReadHandler.doneParsing()
          Done parsing.
protected  void GradientPaintReadHandler.doneParsing()
          At the end of parsing the element, the gradient paint is constructed.
protected  void RenderingHintsReadHandler.doneParsing()
          Done parsing.
protected  void ListReadHandler.doneParsing()
          Parsing is finished.
protected  XmlReadHandler GradientPaintReadHandler.getHandlerForChild(String tagName, org.xml.sax.Attributes atts)
          Returns the handler for a child element.
protected  XmlReadHandler RenderingHintsReadHandler.getHandlerForChild(String tagName, org.xml.sax.Attributes atts)
          Returns the handler for a child element.
protected  XmlReadHandler ListReadHandler.getHandlerForChild(String tagName, org.xml.sax.Attributes atts)
          Gets a handler for a child.
 Object RenderingHintsReadHandler.getObject()
          Returns the object for this element.
 Object RenderingHintValueReadHandler.getObject()
          Returns the object for this element.
 Object InsetsReadHandler.getObject()
          Returns the object for this element.
 Object GenericReadHandler.getObject()
          Returns the object.
 Object NullReadHandler.getObject()
          Returns the object for this element.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.