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 SVNPropertiescurrentPropertiesprivate java.lang.StringcurrentPropertyNameprivate SVNPropertyValuecurrentPropertyValueprivate java.lang.StringcurrentValueEncodingprivate java.util.Map<java.lang.String,SVNProperties>inhertiedPropertiesprivate static DAVElementIPROPITEMprivate static DAVElementIPROPNAMEprivate static DAVElementIPROPPATHprivate static DAVElementIPROPVALUE-
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 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>getInheritedProperties()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, 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:
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
public java.util.Map<java.lang.String,SVNProperties> getInheritedProperties()
-
-