org.jfree.data.xml
public class RootHandler extends DefaultHandler implements DatasetTags
Constructor Summary | |
---|---|
RootHandler()
Creates a new handler. |
Method Summary | |
---|---|
void | characters(char[] ch, int start, int length)
Receives some (or all) of the text in the current element.
|
DefaultHandler | getCurrentHandler()
Returns the handler at the top of the stack.
|
Stack | getSubHandlers()
Returns the stack of sub handlers.
|
DefaultHandler | popSubHandler()
Pops a sub-handler from the stack.
|
void | pushSubHandler(DefaultHandler subhandler)
Pushes a sub-handler onto the stack.
|
Parameters: ch character buffer. start the start index. length the length of the valid character data.
Throws: SAXException for errors.
Returns: The handler.
Returns: The sub-handler stack.
Returns: The sub-handler.
Parameters: subhandler the sub-handler.