org.exist.http.webdav
Class WebDAVUtil
java.lang.Object
org.exist.http.webdav.WebDAVUtil
public class WebDAVUtil
- extends Object
PARSE_ERR
public static final String PARSE_ERR
- See Also:
- Constant Field Values
XML_CONFIGURATION_ERR
public static final String XML_CONFIGURATION_ERR
- See Also:
- Constant Field Values
UNEXPECTED_ELEMENT_ERR
public static final String UNEXPECTED_ELEMENT_ERR
- See Also:
- Constant Field Values
WebDAVUtil
public WebDAVUtil()
parseRequestContent
public static Document parseRequestContent(HttpServletRequest request,
HttpServletResponse response,
DocumentBuilder docBuilder)
throws ServletException,
IOException
- Throws:
ServletException
IOException
getRequestContent
public static String getRequestContent(HttpServletRequest request)
throws IOException
- Throws:
IOException
firstElementNode
public static Node firstElementNode(Node node)
getElementContent
public static String getElementContent(Node node)
Copyright (C) Wolfgang Meier. All rights reserved.