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
SAXException
protected void closeTag(String name) throws SAXException
SAXException
protected void addTag(String tagName, String value) throws SAXException
SAXException
public int getColumnNumber()
getColumnNumber
in interface Locator
0
public int getLineNumber()
getLineNumber
in interface Locator
0
public String getPublicId()
getPublicId
in interface Locator
public String getSystemId()
getSystemId
in interface Locator
Copyright © 2022. All rights reserved.