public class DAVOptionsHandler extends BasicDAVHandler
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
myActivityCollectionURL |
static java.lang.StringBuffer |
OPTIONS_REQUEST |
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST| Constructor and Description |
|---|
DAVOptionsHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endElement(DAVElement parent,
DAVElement element,
java.lang.StringBuffer cdata) |
java.lang.String |
getActivityCollectionURL() |
protected void |
startElement(DAVElement parent,
DAVElement element,
org.xml.sax.Attributes attrs) |
allocateBuffer, characters, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, init, invalidXML, startElement, startPrefixMappingpublic static final java.lang.StringBuffer OPTIONS_REQUEST
private java.lang.String myActivityCollectionURL
public java.lang.String getActivityCollectionURL()
protected void startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) throws SVNException
startElement in class BasicDAVHandlerSVNExceptionprotected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException
endElement in class BasicDAVHandlerSVNException