org.jfree.report.modules.factories.report.flow
Class AttributeReadHandler

java.lang.Object
  extended byorg.jfree.xmlns.parser.AbstractXmlReadHandler
      extended byorg.jfree.xmlns.parser.StringReadHandler
          extended byorg.jfree.xmlns.parser.PropertyReadHandler
              extended byorg.jfree.report.modules.factories.report.flow.AttributeReadHandler
All Implemented Interfaces:
org.jfree.xmlns.parser.XmlReadHandler

public class AttributeReadHandler
extends org.jfree.xmlns.parser.PropertyReadHandler

Creation-Date: 09.04.2006, 12:58:24

Author:
Thomas Morgner

Constructor Summary
AttributeReadHandler()
           
 
Method Summary
protected  void doneParsing()
          Done parsing.
 java.lang.String getNamespace()
           
 java.lang.Object getObject()
          Returns the object for this element.
protected  void startParsing(org.xml.sax.Attributes attrs)
          Starts parsing.
 
Methods inherited from class org.jfree.xmlns.parser.PropertyReadHandler
getName
 
Methods inherited from class org.jfree.xmlns.parser.StringReadHandler
characters, getResult
 
Methods inherited from class org.jfree.xmlns.parser.AbstractXmlReadHandler
endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeReadHandler

public AttributeReadHandler()
Method Detail

doneParsing

protected void doneParsing()
                    throws org.xml.sax.SAXException
Done parsing.

Throws:
org.xml.sax.SAXException - if there is a parsing error.

startParsing

protected void startParsing(org.xml.sax.Attributes attrs)
                     throws org.xml.sax.SAXException
Starts parsing.

Parameters:
attrs - the attributes.
Throws:
org.xml.sax.SAXException - if there is a parsing error.

getNamespace

public java.lang.String getNamespace()

getObject

public java.lang.Object getObject()
Returns the object for this element.

Returns:
the object.