/* * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved. * * This software is open source. * See the bottom of this file for the licence. */
package org.dom4j;
import java.io.StringReader; import java.util.List; import java.util.Map; import java.util.StringTokenizer;
import org.dom4j.io.SAXReader; import org.dom4j.rule.Pattern;
import org.jaxen.VariableContext;
import org.xml.sax.InputSource;
/** *
* DocumentHelper is a collection of helper methods for using * DOM4J. *