org.tmatesoft.svn.core.wc.xml
Class AbstractXMLHandler
public abstract class AbstractXMLHandler
AbstractXMLLogger is a basic XML formatter for all
XML handler classes which are provided in this package. All
XML output is written to a specified ContentHandler.
AbstractXMLHandler(ContentHandler contentHandler, org.tmatesoft.svn.util.ISVNDebugLog log)
|
AbstractXMLHandler
protected AbstractXMLHandler(ContentHandler contentHandler,
org.tmatesoft.svn.util.ISVNDebugLog log)
addAttribute
protected void addAttribute(String name,
String value)
addTag
protected void addTag(String tagName,
String value)
throws SAXException
closeTag
protected void closeTag(String name)
throws SAXException
endDocument
public void endDocument()
Stops logging.
getDebugLog
protected org.tmatesoft.svn.util.ISVNDebugLog getDebugLog()
getHeaderName
protected abstract String getHeaderName()
openTag
protected void openTag(String name)
throws SAXException
startDocument
public void startDocument()
Starts logging.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.