net.sf.statsvn.input
public class SvnXmlRepositoriesFileHandler extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
SvnXmlRepositoriesFileHandler(RepositoriesBuilder repositoriesBuilder)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Handles the end of an xml element and redirects to the appropriate end* method.
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Handles the start of an xml element and redirects to the appropriate start* method.
|
public SvnXmlRepositoriesFileHandler(RepositoriesBuilder repositoriesBuilder)
repositoriesBuilder
- the RepositoriesBuilder to which to send back the repository information.public void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
- unexpected event.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
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
- unexpected event.