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
public class DAVInheritedPropertiesHandler extends BasicDAVHandler
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private SVNProperties
currentProperties
private java.lang.String
currentPropertyName
private SVNPropertyValue
currentPropertyValue
private java.lang.String
currentValueEncoding
private java.util.Map<java.lang.String,SVNProperties>
inhertiedProperties
private static DAVElement
IPROPITEM
private static DAVElement
IPROPNAME
private static DAVElement
IPROPPATH
private static DAVElement
IPROPVALUE
-
Fields 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 Constructor Description DAVInheritedPropertiesHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata)
static java.lang.StringBuffer
generateReport(java.lang.StringBuffer xmlBuffer, java.lang.String path, long revision)
java.util.Map<java.lang.String,SVNProperties>
getInheritedProperties()
protected void
startElement(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, startPrefixMapping
-
-
-
-
Field Detail
-
inhertiedProperties
private java.util.Map<java.lang.String,SVNProperties> inhertiedProperties
-
currentValueEncoding
private java.lang.String currentValueEncoding
-
currentPropertyName
private java.lang.String currentPropertyName
-
currentPropertyValue
private SVNPropertyValue currentPropertyValue
-
currentProperties
private SVNProperties currentProperties
-
IPROPNAME
private static final DAVElement IPROPNAME
-
IPROPVALUE
private static final DAVElement IPROPVALUE
-
IPROPITEM
private static final DAVElement IPROPITEM
-
IPROPPATH
private static final DAVElement IPROPPATH
-
-
Method Detail
-
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:
startElement
in classBasicDAVHandler
- Throws:
SVNException
-
endElement
protected void endElement(DAVElement parent, DAVElement element, java.lang.StringBuffer cdata) throws SVNException
- Specified by:
endElement
in classBasicDAVHandler
- Throws:
SVNException
-
getInheritedProperties
public java.util.Map<java.lang.String,SVNProperties> getInheritedProperties()
-
-