/**
 * utils.js - static utils function for xhrdavclient
 *
 * @license Copyright 2011 The xhrdavclient library authors.
 * All rights reserved.
 */

goog.provide('xhrdav.utils');
goog.require('xhrdav.utils.domparse');
goog.require('xhrdav.utils.path');
goog.require('xhrdav.utils.string');