Class DAVGetLocksHandler
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.DAVGetLocksHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final Stringprivate Stringprivate Dateprivate Dateprivate booleanprivate Collectionprivate Stringprivate Stringprivate StringFields 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, StringBuffer cdata) static StringBuffergenerateGetLocksRequest(StringBuffer xmlBuffer) SVNLock[]getLocks()protected voidstartElement(DAVElement parent, DAVElement element, Attributes attrs) Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.handlers.BasicDAVHandler
allocateBuffer, characters, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, init, 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
-
LOCK_COMMENT_SUFFIX
- See Also:
-
LOCK_COMMENT_PREFIX
- See Also:
-
EMPTY_LOCK_COMMENT
- See Also:
-
myLocks
-
myPath
-
myToken
-
myComment
-
myOwner
-
myExpirationDate
-
myCreationDate
-
myIsBase64
private boolean myIsBase64
-
-
Constructor Details
-
DAVGetLocksHandler
public DAVGetLocksHandler()
-
-
Method Details
-
generateGetLocksRequest
-
getLocks
-
startElement
protected void startElement(DAVElement parent, DAVElement element, Attributes attrs) throws SVNException - Specified by:
startElementin classBasicDAVHandler- Throws:
SVNException
-
endElement
protected void endElement(DAVElement parent, DAVElement element, StringBuffer cdata) throws SVNException - Specified by:
endElementin classBasicDAVHandler- Throws:
SVNException
-