org.pentaho.reporting.libraries.xmlns.parser
public class StringReadHandler extends AbstractXmlReadHandler
Constructor Summary | |
---|---|
StringReadHandler()
Creates a new handler. |
Method Summary | |
---|---|
void | characters(char[] ch, int start, int length)
This method is called to process the character data between element tags.
|
protected void | doneParsing()
Done parsing.
|
Object | getObject()
Returns the object for this element.
|
String | getResult()
Returns the result as string.
|
protected void | startParsing(Attributes attrs)
Starts parsing.
|
Parameters: ch the character buffer. start the start index. length the length.
Throws: SAXException if there is a parsing error.
Throws: SAXException if there is a parsing error.
Returns: the object.
Returns: the parse-result as string.
Parameters: attrs the attributes.
Throws: SAXException if there is a parsing error.