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 classSVNXMLAnnotateHandlerThis is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.classSVNXMLDirEntryHandlerThis is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.classSVNXMLInfoHandlerclassSVNXMLLogHandlerThis log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.classSVNXMLStatusHandlerThis is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
-