public class DAVLocationsHandler extends BasicDAVHandler
Modifier and Type | Field and Description |
---|---|
private static DAVElement |
LOCATION |
private static DAVElement |
LOCATION_REPORT |
private int |
myCount |
private ISVNLocationEntryHandler |
myLocationEntryHandler |
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST
Constructor and Description |
---|
DAVLocationsHandler(ISVNLocationEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
endElement(DAVElement parent,
DAVElement element,
java.lang.StringBuffer cdata) |
static java.lang.StringBuffer |
generateLocationsRequest(java.lang.StringBuffer xmlBuffer,
java.lang.String path,
long pegRevision,
long[] revisions) |
int |
getEntriesCount() |
protected void |
startElement(DAVElement parent,
DAVElement element,
org.xml.sax.Attributes attrs) |
allocateBuffer, characters, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, init, invalidXML, startElement, startPrefixMapping
private static final DAVElement LOCATION_REPORT
private static final DAVElement LOCATION
private ISVNLocationEntryHandler myLocationEntryHandler
private int myCount
public DAVLocationsHandler(ISVNLocationEntryHandler handler)
public static java.lang.StringBuffer generateLocationsRequest(java.lang.StringBuffer xmlBuffer, java.lang.String path, long pegRevision, long[] revisions)
protected void startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) throws SVNException
startElement
in class BasicDAVHandler
SVNException
protected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException
endElement
in class BasicDAVHandler
SVNException
public int getEntriesCount()