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