Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

Packages that use XmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser   
 

Uses of XmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
 

Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlReadHandler
 class AbstractXmlReadHandler
          A base class for implementing an XmlReadHandler.
 class IgnoreAnyChildReadHandler
          A read-handler that silently ignores all childs.
 class PropertiesReadHandler
          A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.
 class PropertyReadHandler
          The Property-ReadHandler reads character data from an element along with a 'name' attribute.
 class StringReadHandler
          A XmlReadHandler that reads character-data for the given element.
 

Methods in org.pentaho.reporting.libraries.xmlns.parser that return XmlReadHandler
 XmlReadHandler XmlFactoryModule.createReadHandler(XmlDocumentInfo documentInfo)
          Creates an XmlReadHandler for the root-tag based on the given document information.
 XmlReadHandler AbstractReadHandlerFactory.getHandler(java.lang.String namespace, java.lang.String tagname)
          The returned handler can be null, in case no handler is registered.
 

Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlReadHandler
 void RootXmlReadHandler.delegate(XmlReadHandler handler, java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes attrs)
          Delegate to another handler.
 void RootXmlReadHandler.recurse(XmlReadHandler handler, java.lang.String uri, java.lang.String tagName, org.xml.sax.Attributes attrs)
          Start a new handler stack and delegate to another handler.