org.exist.http.webdav
Class WebDAVUtil

java.lang.Object
  extended byorg.exist.http.webdav.WebDAVUtil

public class WebDAVUtil
extends java.lang.Object


Field Summary
static java.lang.String PARSE_ERR
           
static java.lang.String UNEXPECTED_ELEMENT_ERR
           
static java.lang.String XML_CONFIGURATION_ERR
           
 
Constructor Summary
WebDAVUtil()
           
 
Method Summary
static org.w3c.dom.Node firstElementNode(org.w3c.dom.Node node)
           
static java.lang.String getElementContent(org.w3c.dom.Node node)
           
static java.lang.String getRequestContent(HttpServletRequest request)
           
static org.w3c.dom.Document parseRequestContent(HttpServletRequest request, HttpServletResponse response, javax.xml.parsers.DocumentBuilder docBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSE_ERR

public static final java.lang.String PARSE_ERR
See Also:
Constant Field Values

XML_CONFIGURATION_ERR

public static final java.lang.String XML_CONFIGURATION_ERR
See Also:
Constant Field Values

UNEXPECTED_ELEMENT_ERR

public static final java.lang.String UNEXPECTED_ELEMENT_ERR
See Also:
Constant Field Values
Constructor Detail

WebDAVUtil

public WebDAVUtil()
Method Detail

parseRequestContent

public static org.w3c.dom.Document parseRequestContent(HttpServletRequest request,
                                                       HttpServletResponse response,
                                                       javax.xml.parsers.DocumentBuilder docBuilder)
                                                throws ServletException,
                                                       java.io.IOException
Throws:
ServletException
java.io.IOException

getRequestContent

public static java.lang.String getRequestContent(HttpServletRequest request)
                                          throws java.io.IOException
Throws:
java.io.IOException

firstElementNode

public static org.w3c.dom.Node firstElementNode(org.w3c.dom.Node node)

getElementContent

public static java.lang.String getElementContent(org.w3c.dom.Node node)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.