|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
uk.ac.cam.cl.whb21.iworkbook.SimplifiedXmlRpc
A very simple representation of an XmlRpc. This was created by simplifiying and cutting down the org.apache.xmlrpc.XmlRpc class (from the Apache Foundation), making adjustments to use SAX2 and non-depracated methods, and adding a few bits.
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Called by SAX2 parser |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Called by SAX2 parser |
void |
error(org.xml.sax.SAXParseException e)
Called by SAX2 parser |
void |
fatalError(org.xml.sax.SAXParseException e)
Called by SAX2 parser |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Called by SAX2 parser |
java.lang.String |
toString()
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
e
- the exception
org.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
e
- the exception
org.xml.sax.SAXException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |