Uses of Interface
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
-
Packages that use XmlReadHandler Package Description org.pentaho.reporting.libraries.xmlns.parser -
-
Uses of XmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Classes in org.pentaho.reporting.libraries.xmlns.parser with type parameters of type XmlReadHandler Modifier and Type Class Description classAbstractReadHandlerFactory<T extends XmlReadHandler>The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.Classes in org.pentaho.reporting.libraries.xmlns.parser that implement XmlReadHandler Modifier and Type Class Description classAbstractXmlReadHandlerA base class for implementing anXmlReadHandler.classIgnoreAnyChildReadHandlerA read-handler that silently ignores all childs.classPropertiesReadHandlerA read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.classPropertyReadHandlerThe Property-ReadHandler reads character data from an element along with a 'name' attribute.classStringReadHandlerA XmlReadHandler that reads character-data for the given element.Methods in org.pentaho.reporting.libraries.xmlns.parser that return XmlReadHandler Modifier and Type Method Description XmlReadHandlerXmlFactoryModule. createReadHandler(XmlDocumentInfo documentInfo)Creates an XmlReadHandler for the root-tag based on the given document information.protected XmlReadHandlerRootXmlReadHandler. getCurrentHandler()Returns the current handler.protected XmlReadHandlerAbstractXmlReadHandler. getHandlerForChild(String uri, String tagName, Attributes atts)Returns the handler for a child element.protected XmlReadHandlerIgnoreAnyChildReadHandler. getHandlerForChild(String uri, String tagName, Attributes atts)Returns the handler for a child element.protected XmlReadHandlerPropertiesReadHandler. getHandlerForChild(String uri, String tagName, Attributes atts)Returns the handler for a child element.protected XmlReadHandlerRootXmlReadHandler. getRootHandler()Returns the root SAX handler.Methods in org.pentaho.reporting.libraries.xmlns.parser with parameters of type XmlReadHandler Modifier and Type Method Description voidRootXmlReadHandler. delegate(XmlReadHandler handler, String uri, String tagName, Attributes attrs)Delegate to another handler.protected voidRootXmlReadHandler. installRootHandler(XmlReadHandler handler, String uri, String localName, Attributes attributes)Sets and configures the root handle for the given root-level element.voidRootXmlReadHandler. recurse(XmlReadHandler handler, String uri, String tagName, Attributes attrs)Start a new handler stack and delegate to another handler.protected voidRootXmlReadHandler. setRootHandler(XmlReadHandler handler)Sets the root SAX handler.
-