Class XMLResponseMethodBase.ResponseWithinMultistatus

    • Constructor Detail

      • ResponseWithinMultistatus

        public ResponseWithinMultistatus​(org.w3c.dom.Element element)
    • Method Detail

      • getHref

        public java.lang.String getHref()
        Description copied from interface: ResponseEntity
        Get the href string in the response XML element. Each response XML element MUST contain an href XML element that gives the URI of the resource on which the properties in the prop XML element are defined.
        Specified by:
        getHref in interface ResponseEntity
        Specified by:
        getHref in class XMLResponseMethodBase.Response
        Returns:
        the href string.
      • getFirstElement

        protected org.w3c.dom.Element getFirstElement​(java.lang.String namespace,
                                                      java.lang.String name)