net.sf.statsvn.input
public class SvnXmlRepositoriesFileHandler extends DefaultHandler
Constructor and Description |
---|
SvnXmlRepositoriesFileHandler(RepositoriesBuilder repositoriesBuilder)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public SvnXmlRepositoriesFileHandler(RepositoriesBuilder repositoriesBuilder)
repositoriesBuilder
- the RepositoriesBuilder to which to send back the repository information.public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
- unexpected event.public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
- unexpected event.