org.tmatesoft.svn.core.wc.xml
public abstract class AbstractXMLHandler extends Object implements Locator
Version: 1.1.1
| Constructor Summary | |
|---|---|
| protected | AbstractXMLHandler(ContentHandler contentHandler, ISVNDebugLog log) |
| Method Summary | |
|---|---|
| protected void | addAttribute(String name, String value) |
| protected void | addTag(String tagName, String value) |
| protected void | closeTag(String name) |
| void | endDocument()
Stops logging.
|
| int | getColumnNumber() |
| protected ISVNDebugLog | getDebugLog() |
| protected abstract String | getHeaderName() |
| int | getLineNumber() |
| String | getPublicId() |
| String | getSystemId() |
| protected void | openTag(String name) |
| void | startDocument()
Starts logging.
|