Uses of Class
org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
-
Packages that use AbstractXMLHandler Package Description org.tmatesoft.svn.core.wc.xml This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation. -
-
Uses of AbstractXMLHandler in org.tmatesoft.svn.core.wc.xml
Subclasses of AbstractXMLHandler in org.tmatesoft.svn.core.wc.xml Modifier and Type Class Description class
SVNXMLAnnotateHandler
This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.class
SVNXMLDirEntryHandler
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.class
SVNXMLInfoHandler
class
SVNXMLLogHandler
This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.class
SVNXMLStatusHandler
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
-