Uses of Class
org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
Packages that use AbstractXmlReadHandler Package Description org.pentaho.reporting.libraries.xmlns.parser -
-
Uses of AbstractXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser
Subclasses of AbstractXmlReadHandler in org.pentaho.reporting.libraries.xmlns.parser Modifier and Type Class Description 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.
-