public class DAVLocationSegmentsHandler extends BasicDAVHandler
Modifier and Type | Field and Description |
---|---|
private static DAVElement |
LOCATION_SEGMENT |
private static DAVElement |
LOCATION_SEGMENTS_REPORT |
private long |
myCount |
private ISVNLocationSegmentHandler |
myLocationSegmentHandler |
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST
Constructor and Description |
---|
DAVLocationSegmentsHandler(ISVNLocationSegmentHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
endElement(DAVElement parent,
DAVElement element,
java.lang.StringBuffer cdata) |
static java.lang.StringBuffer |
generateGetLocationSegmentsRequest(java.lang.StringBuffer xmlBuffer,
java.lang.String path,
long pegRevision,
long startRevision,
long endRevision) |
long |
getTotalRevisions() |
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_SEGMENTS_REPORT
private static final DAVElement LOCATION_SEGMENT
private ISVNLocationSegmentHandler myLocationSegmentHandler
private long myCount
public DAVLocationSegmentsHandler(ISVNLocationSegmentHandler handler)
public static java.lang.StringBuffer generateGetLocationSegmentsRequest(java.lang.StringBuffer xmlBuffer, java.lang.String path, long pegRevision, long startRevision, long endRevision)
public long getTotalRevisions()
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