Class DAVInheritedPropertiesHandler
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.DAVInheritedPropertiesHandler
- 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 TypeFieldDescriptionprivate SVNPropertiesprivate java.lang.Stringprivate SVNPropertyValueprivate java.lang.Stringprivate java.util.Map<java.lang.String,SVNProperties> private static final DAVElementprivate static final DAVElementprivate static final DAVElementprivate 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 TypeMethodDescriptionprotected voidendElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) static java.lang.StringBuffergenerateReport(java.lang.StringBuffer xmlBuffer, java.lang.String path, long revision) java.util.Map<java.lang.String,SVNProperties> protected voidstartElement(DAVElement parent, DAVElement element, org.xml.sax.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
-
inhertiedProperties
-
currentValueEncoding
private java.lang.String currentValueEncoding -
currentPropertyName
private java.lang.String currentPropertyName -
currentPropertyValue
-
currentProperties
-
IPROPNAME
-
IPROPVALUE
-
IPROPITEM
-
IPROPPATH
-
-
Constructor Details
-
DAVInheritedPropertiesHandler
public DAVInheritedPropertiesHandler()
-
-
Method Details
-
generateReport
public static java.lang.StringBuffer generateReport(java.lang.StringBuffer xmlBuffer, java.lang.String path, long revision) -
startElement
protected void startElement(DAVElement parent, DAVElement element, org.xml.sax.Attributes attrs) throws SVNException - Specified by:
startElementin classBasicDAVHandler- Throws:
SVNException
-
endElement
protected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException - Specified by:
endElementin classBasicDAVHandler- Throws:
SVNException
-
getInheritedProperties
-