Package 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. The package also provides a default ContentHandler implementation that writes xml formatted contents to an output stream or a writer which is specified by a user.
-
Class Summary Class Description AbstractXMLHandler AbstractXMLLogger is a basic XML formatter for all XML handler classes which are provided in this package.SVNXMLAnnotateHandler This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.SVNXMLDirEntryHandler This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.SVNXMLInfoHandler SVNXMLLogHandler This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.SVNXMLSerializer This implementation of ContentHandler can write XML contents to a specified output stream or writer.SVNXMLStatusHandler This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.