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 Details

    • 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
  • Constructor Details

    • DAVInheritedPropertiesHandler

      public DAVInheritedPropertiesHandler()
  • Method Details