org.tmatesoft.svn.core.wc.xml
public class SVNXMLDirEntryHandler extends AbstractXMLHandler implements ISVNDirEntryHandler, Comparator
Version: 1.1.1
Field Summary | |
---|---|
static String | AUTHOR_TAG |
static String | COMMENT_TAG |
static String | COMMIT_TAG |
static String | CREATED_TAG |
static String | DATE_TAG |
static String | ENTRY_TAG |
static String | EXPIRES_TAG |
static String | LISTS_TAG |
static String | LIST_TAG |
static String | LOCK_TAG |
static String | NAME_TAG |
static String | OWNER_TAG |
static String | PATH_ATTR |
static String | REVISION_ATTR |
static String | SIZE_TAG |
static String | TOKEN_TAG |
Constructor Summary | |
---|---|
SVNXMLDirEntryHandler(ContentHandler saxHandler)
Creates a new handler.
| |
SVNXMLDirEntryHandler(ContentHandler saxHandler, ISVNDebugLog log)
Creates a new handler.
|
Method Summary | |
---|---|
int | compare(Object o1, Object o2)
Compares two objects.
|
void | endTarget()
Closes the formatted XML output.
|
protected String | getHeaderName() |
void | handleDirEntry(SVNDirEntry entry) |
void | startTarget(String path)
Begins an XML tree with the target path for which the
status is run.
|
Parameters: saxHandler a ContentHandler to form an XML tree
Parameters: saxHandler a ContentHandler to form an XML tree log a debug logger
Parameters: o1 the first object to compare o2 the second object to compare
Returns: 0 if objects are equal; -1 if o1
is
null or if both
o1
and o2
are SVNDirEntry
objects and the relative path of the first object is
lexicographically less than that of the second one; 1 otherwise
Parameters: path a WC target path or URL