Class BasicDAVDeltaHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler
org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVDeltaHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Direct Known Subclasses:
DAVEditorHandler,DAVFileRevisionHandler
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBufferprivate SVNDeltaReaderprivate booleanprotected static final DAVElementFields inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) protected abstract Stringprotected abstract ISVNDeltaConsumerprotected voidinit()protected voidsetDeltaProcessing(boolean processing) Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler
allocateBuffer, createPropertyValue, createPropertyValueFromBase64, endElement, endElement, endPrefixMapping, getNamespaces, invalidXML, startElement, startElement, startPrefixMappingMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
TX_DELTA
-
myIsDeltaProcessing
private boolean myIsDeltaProcessing -
myDeltaReader
-
myDeltaOutputStream
-
-
Constructor Details
-
BasicDAVDeltaHandler
public BasicDAVDeltaHandler()
-
-
Method Details
-
setDeltaProcessing
- Throws:
SVNException
-
init
protected void init()- Overrides:
initin classBasicDAVHandler
-
characters
- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classBasicDAVHandler- Throws:
SAXException
-
getCurrentPath
-
getDeltaConsumer
-