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, warning
protected 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 ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException
public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping
in interface ContentHandler
startPrefixMapping
in class DefaultHandler
SAXException
public void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping
in interface ContentHandler
endPrefixMapping
in class DefaultHandler
SAXException
protected abstract void startElement(DAVElement parent, DAVElement element, Attributes attrs) throws SVNException
SVNException
protected abstract void endElement(DAVElement parent, DAVElement element, StringBuffer cdata) throws SVNException
SVNException
protected void invalidXML() throws SVNException
SVNException
protected List getNamespaces()
protected SVNPropertyValue createPropertyValue(DAVElement element, String propertyName, StringBuffer cdata, String encoding) throws SVNException
SVNException
protected SVNPropertyValue createPropertyValueFromBase64(DAVElement element, String propertyName, StringBuffer cdata)
protected byte[] allocateBuffer(int length)
Copyright © 2024. All rights reserved.