|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xml.sax.helpers.DefaultHandler org.jcommando.SAXHandler
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Overloaded method. |
void |
endDocument()
This method is called by the SAX parser when the end of document is reached. |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Overloaded method. |
void |
fatalError(org.xml.sax.SAXParseException e)
Overloaded method. |
void |
startDocument()
Overloaded method. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Overloaded method. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void startDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- thrown if there is a parsing errorContentHandler.startDocument()
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
uri
- a SAX imposed parameter representing a URI to the XML input filelocalName
- a namespace parameterqName
- the name of the current XML elementattributes
- a collection of element attribute objects
org.xml.sax.SAXException
- thrown if there is a parse errorContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
uri
- a SAX imposed parameter representing a URI to the XML input filelocalName
- a namespace parameterqName
- the name of the current XML element
org.xml.sax.SAXException
- thrown if a parsing error occursContentHandler.endElement(java.lang.String, java.lang.String, java.lang.String)
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
ch
- an array of characters from the input XML filestart
- the index of the first element of the 'ch' array that is meaningful for the current taglength
- the length of valid content in the 'ch' array from the starting index
org.xml.sax.SAXException
- thrown if a parsing error occursContentHandler.characters(char[], int, int)
public void endDocument() throws org.xml.sax.SAXException
org.xml.sax.SAXException
- thrown if a parsing error occursContentHandler.endDocument()
public void fatalError(org.xml.sax.SAXParseException e) throws org.xml.sax.SAXException
e
- an instance of a SAXParseException indicating a failure in parsing
org.xml.sax.SAXException
- thrown if a parsing error occursErrorHandler.fatalError(org.xml.sax.SAXParseException)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |