org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements
Class BulkAttributeReadHandler

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
      extended by org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
          extended by org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements.BulkAttributeReadHandler
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

public class BulkAttributeReadHandler
extends org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler

Todo: Document me!

Author:
: Thomas Morgner

Constructor Summary
BulkAttributeReadHandler(String namespace, String name)
           
 
Method Summary
 ReportAttributeMap getAttributes()
           
 String getName()
           
 String getNamespace()
           
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
characters, getObject, getResult
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
endElement, getLocator, getRootHandler, getTagName, getUri, init, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkAttributeReadHandler

public BulkAttributeReadHandler(String namespace,
                                String name)
Method Detail

getNamespace

public String getNamespace()

getName

public String getName()

getAttributes

public ReportAttributeMap getAttributes()