net.sf.statsvn.util
Class SvnInfoUtils.SvnInfoHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.sf.statsvn.util.SvnInfoUtils.SvnInfoHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Enclosing class:
- SvnInfoUtils
- protected static class SvnInfoUtils.SvnInfoHandler
- extends DefaultHandler
SAX parser for the svn info --xml command.
- Author:
- jkealey
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnInfoUtils.SvnInfoHandler
protected SvnInfoUtils.SvnInfoHandler()
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Builds the string that was read; default implementation can invoke
this function multiple times while reading the data.
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- End of xml element.
- Throws:
SAXException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
- Start of XML element.
- Throws:
SAXException