Package | Description |
---|---|
org.pentaho.reporting.libraries.xmlns.parser |
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|