Uses of Class
org.tmatesoft.svn.core.wc.xml.AbstractXMLHandler
Packages that use AbstractXMLHandler
Package
Description
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.xmlModifier and TypeClassDescriptionclass
This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.class
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.class
class
This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.class
This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.