public abstract class AbstractXMLHandler extends Object implements Locator
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXMLHandler(ContentHandler contentHandler,
ISVNDebugLog log) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected AbstractXMLHandler(ContentHandler contentHandler, ISVNDebugLog log)
protected ISVNDebugLog getDebugLog()
public void startDocument()
public void endDocument()
protected abstract String getHeaderName()
protected void openTag(String name) throws SAXException
SAXExceptionprotected void closeTag(String name) throws SAXException
SAXExceptionprotected void addTag(String tagName, String value) throws SAXException
SAXExceptionpublic int getColumnNumber()
getColumnNumber in interface Locator0public int getLineNumber()
getLineNumber in interface Locator0public String getPublicId()
getPublicId in interface Locatorpublic String getSystemId()
getSystemId in interface LocatorCopyright © 2025. All rights reserved.