org.tmatesoft.svn.core.wc.xml
public class SVNXMLAnnotateHandler extends AbstractXMLHandler implements ISVNAnnotateHandler
Version: 1.1.1
| Field Summary | |
|---|---|
| static String | AUTHOR_TAG |
| static String | BLAME_TAG |
| static String | COMMIT_TAG |
| static String | DATE_TAG |
| static String | ENTRY_TAG |
| static String | LINE_NUMBER_TAG |
| static String | PATH_ATTR |
| static String | REVISION_ATTR |
| static String | TARGET_TAG |
| Constructor Summary | |
|---|---|
| SVNXMLAnnotateHandler(ContentHandler contentHandler)
Creates a new annotation handler.
| |
| SVNXMLAnnotateHandler(ContentHandler contentHandler, ISVNDebugLog log)
Creates a new annotation handler.
| |
| Method Summary | |
|---|---|
| void | endTarget()
Closes the formatted XML output.
|
| protected String | getHeaderName() |
| void | handleLine(Date date, long revision, String author, String line) |
| void | startTarget(String pathOrURL)
Begins an XML tree with the target path/URL for which
annotating is run.
|
Parameters: contentHandler a ContentHandler to form an XML tree
Parameters: contentHandler a ContentHandler to form an XML tree log a debug logger
Parameters: pathOrURL a target file WC path or URL