Class DAVReplayHandler
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
org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler
org.tmatesoft.svn.core.internal.io.dav.handlers.DAVReplayHandler
- All Implemented Interfaces:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final DAVElementprotected static final DAVElementprotected static final DAVElementprotected static final java.lang.Stringprotected static final DAVElementprotected static final DAVElementprotected static final java.lang.Stringprotected static final DAVElementprotected static final DAVElementFields inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler
ABSENT_DIRECTORY, ABSENT_FILE, ADD_DIRECTORY, ADD_FILE, BASE_CHECKSUM_ATTR, BC_URL_ATTR, COPYFROM_PATH_ATTR, COPYFROM_REV_ATTR, DELETE_ENTRY, ENCODING_ATTR, FETCH_FILE, FETCH_PROPS, INLINE_PROPS_ATTR, myDirs, myEditor, myIsDirectory, myIsFetchContent, myLockTokens, myOwner, myPath, myPropertyName, NAME_ATTR, OPEN_DIRECTORY, OPEN_FILE, PATH_ATTR, PLACEHOLDER_PROPERTY_NAME, REMOVE_PROP, RESOURCE, REVISION_ATTR, SEND_ALL_ATTR, SET_PROP, SHA1_CHECKSUM_ATTR, TARGET_REVISION, UPDATE_REPORTFields inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVDeltaHandler
TX_DELTAFields 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 TypeMethodDescriptionprotected voidendElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) static java.lang.StringBuffergenerateReplayRequest(long highRevision, long lowRevision, boolean sendDeltas) protected voidstartElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.DAVEditorHandler
addNodeProperties, closeConnection, fetchFile, generateEditorRequest, getCurrentPath, getDeltaConsumerMethods inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVDeltaHandler
characters, init, setDeltaProcessingMethods inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler
allocateBuffer, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, invalidXML, 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
-
EDITOR_REPORT
-
OPEN_ROOT
-
APPLY_TEXT_DELTA
-
CLOSE_FILE
-
CLOSE_DIRECTORY
-
CHANGE_FILE_PROPERTY
-
CHANGE_DIR_PROPERTY
-
CHECKSUM_ATTR
protected static final java.lang.String CHECKSUM_ATTR- See Also:
-
DEL_ATTR
protected static final java.lang.String DEL_ATTR- See Also:
-
-
Constructor Details
-
DAVReplayHandler
-
-
Method Details
-
generateReplayRequest
public static java.lang.StringBuffer generateReplayRequest(long highRevision, long lowRevision, boolean sendDeltas) -
startElement
protected void startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) throws SVNException - Overrides:
startElementin classDAVEditorHandler- Throws:
SVNException
-
endElement
protected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException - Overrides:
endElementin classDAVEditorHandler- Throws:
SVNException
-