|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
net.sf.statsvn.input.SvnXmlLogFileHandler
This is the SAX parser for the svn log in xml format. It feeds information to the (@link net.sf.statsvn.input.SvnLogBuilder).
| Constructor Summary | |
SvnXmlLogFileHandler(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
Default constructor. |
|
| Method Summary | |
void |
characters(char[] ch,
int start,
int length)
Builds the string that was read; default implementation can invoke this function multiple times while reading the data. |
void |
endElement(String uri,
String localName,
String qName)
Handles the end of an xml element and redirects to the appropriate end* method. |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
Handles the start of an xml element and redirects to the appropriate start* method. |
| 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 |
| Constructor Detail |
public SvnXmlLogFileHandler(SvnLogBuilder builder,
RepositoryFileManager repositoryFileManager)
builder - where to send the informationrepositoryFileManager - the repository file manager needed to obtain some information.| Method Detail |
public void characters(char[] ch,
int start,
int length)
throws SAXException
SAXException
public void endElement(String uri,
String localName,
String qName)
throws SAXException
SAXException - unexpected event.
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
SAXException - unexpected event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||