org.apache.webdav.lib.methods
Class XMLResponseMethodBase.ResponseWithinMultistatus

java.lang.Object
  |
  +--org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
        |
        +--org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
Enclosing class:
XMLResponseMethodBase

class XMLResponseMethodBase.ResponseWithinMultistatus
extends XMLResponseMethodBase.Response

A class that models the DAV:response element within a multistatus.


Fields inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
node, TAG_NAME
 
Constructor Summary
XMLResponseMethodBase.ResponseWithinMultistatus(org.w3c.dom.Element element)
           
 
Method Summary
protected  org.w3c.dom.Element getFirstElement(java.lang.String namespace, java.lang.String name)
           
 java.lang.String getHref()
           
 int getStatusCode()
           
 
Methods inherited from class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
getProperties, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLResponseMethodBase.ResponseWithinMultistatus

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

getStatusCode

public int getStatusCode()
Overrides:
getStatusCode in class XMLResponseMethodBase.Response

getHref

public java.lang.String getHref()
Overrides:
getHref in class XMLResponseMethodBase.Response

getFirstElement

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