Package org.tmatesoft.svn.core.wc.xml


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.

  • Classes
    Class
    Description
    AbstractXMLLogger is a basic XML formatter for all XML handler classes which are provided in this package.
    This is an implementation of the ISVNAnnotateHandler interface that writes XML formatted annotation information to a specified ContentHandler.
    This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.
     
    This log handler implementation writes xml formatted information about the log entries it's passed to a specified ContentHandler.
    This implementation of ContentHandler can write XML contents to a specified output stream or writer.
    This is an implementation of the ISVNStatusHandler interface that writes XML formatted status information to a specified ContentHandler.