public abstract class BasicDAVHandler extends DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
protected static Collection |
DAV_NAMESPACES_LIST |
protected static Collection |
SVN_DAV_NAMESPACES_LIST |
protected static Collection |
SVN_NAMESPACES_LIST |
| Modifier | Constructor and Description |
|---|---|
protected |
BasicDAVHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
allocateBuffer(int length) |
void |
characters(char[] ch,
int start,
int length) |
protected SVNPropertyValue |
createPropertyValue(DAVElement element,
String propertyName,
StringBuffer cdata,
String encoding) |
protected SVNPropertyValue |
createPropertyValueFromBase64(DAVElement element,
String propertyName,
StringBuffer cdata) |
protected abstract void |
endElement(DAVElement parent,
DAVElement element,
StringBuffer cdata) |
void |
endElement(String uri,
String localName,
String qName) |
void |
endPrefixMapping(String prefix) |
protected List |
getNamespaces() |
protected void |
init() |
protected void |
invalidXML() |
protected abstract void |
startElement(DAVElement parent,
DAVElement element,
Attributes attrs) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
void |
startPrefixMapping(String prefix,
String uri) |
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warningprotected static final Collection SVN_DAV_NAMESPACES_LIST
protected static final Collection SVN_NAMESPACES_LIST
protected static final Collection DAV_NAMESPACES_LIST
protected void init()
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class DefaultHandlerSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class DefaultHandlerSAXExceptionprotected abstract void startElement(DAVElement parent, DAVElement element, Attributes attrs) throws SVNException
SVNExceptionprotected abstract void endElement(DAVElement parent, DAVElement element, StringBuffer cdata) throws SVNException
SVNExceptionprotected void invalidXML()
throws SVNException
SVNExceptionprotected List getNamespaces()
protected SVNPropertyValue createPropertyValue(DAVElement element, String propertyName, StringBuffer cdata, String encoding) throws SVNException
SVNExceptionprotected SVNPropertyValue createPropertyValueFromBase64(DAVElement element, String propertyName, StringBuffer cdata)
protected byte[] allocateBuffer(int length)
Copyright © 2025. All rights reserved.