| java.lang.Object org.xml.sax.helpers.DefaultHandler org.jfree.data.xml.KeyHandler
KeyHandler | public KeyHandler(RootHandler rootHandler, ItemHandler itemHandler)(Code) | | Creates a new handler.
Parameters: rootHandler - the root handler. Parameters: itemHandler - the item handler. |
characters | public void characters(char[] ch, int start, int length)(Code) | | Receives some (or all) of the text in the current element.
Parameters: ch - character buffer. Parameters: start - the start index. Parameters: length - the length of the valid character data. |
clearCurrentText | protected void clearCurrentText()(Code) | | Removes all text from the textbuffer at the end of a CDATA section.
|
endElement | public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code) | | The end of an element.
Parameters: namespaceURI - the namespace. Parameters: localName - the element name. Parameters: qName - the element name. throws: SAXException - for errors. |
getCurrentText | protected String getCurrentText()(Code) | | Returns the current text of the textbuffer.
The current text. |
startElement | public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException(Code) | | The start of an element.
Parameters: namespaceURI - the namespace. Parameters: localName - the element name. Parameters: qName - the element name. Parameters: atts - the attributes. throws: SAXException - for errors. |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|