Class PropFindHelper


  • public class PropFindHelper
    extends ResponseHelper
    PROPFIND HTTP method helper class. This class provides helper methods for working with WebDAV PROPFIND requests and responses.
    • Field Detail

      • requestDocument

        protected final org.w3c.dom.Document requestDocument
    • Constructor Detail

      • PropFindHelper

        public PropFindHelper​(org.w3c.dom.Document requestDocument)
    • Method Detail

      • createPropElement

        public org.w3c.dom.Element createPropElement​(java.util.List<org.w3c.dom.Element> propList)
      • createPropStatElement

        public org.w3c.dom.Element createPropStatElement​(org.w3c.dom.Element prop,
                                                         java.lang.String stat)
      • getFindPropsList

        public java.util.List<org.w3c.dom.Element> getFindPropsList​(java.lang.String nameSpaceUri)
      • isAllProp

        public boolean isAllProp()
      • isPropName

        public boolean isPropName()