public class JXPathUtil extends Object
| Constructor and Description |
|---|
JXPathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.jxpath.JXPathContext |
newXMLContext(InputStream anInputStream) |
static org.apache.commons.jxpath.JXPathContext |
newXMLContext(String anXml) |
public static org.apache.commons.jxpath.JXPathContext newXMLContext(String anXml) throws IOException, SAXException
IOExceptionSAXExceptionpublic static org.apache.commons.jxpath.JXPathContext newXMLContext(InputStream anInputStream) throws IOException, SAXException
IOExceptionSAXException