OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xpathFactory
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/main/java/javax/xml/xpath/
XPathFactory.java
17
// $Id:
XPathFactory
.java 888889 2009-12-09 17:43:18Z mrglavas $
22
* <p>An <code>
XPathFactory
</code> instance can be used to create
32
public abstract class
XPathFactory
{
38
public static final String DEFAULT_PROPERTY_NAME = "javax.xml.xpath.
XPathFactory
";
48
* should be used to create a new instance of an <code>
XPathFactory
</code>.</p>
50
protected
XPathFactory
() {
54
* <p>Get a new <code>
XPathFactory
</code> instance using the default object model,
65
* @return Instance of an <code>
XPathFactory
</code>.
67
public static final
XPathFactory
newInstance() {
73
"
XPathFactory
#newInstance() failed to create an XPathFactory for the default object model:
[
all
...]
/external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java
15
import javax.xml.xpath.
XPathFactory
;
29
XPathFactory
xpathFactory
=
XPathFactory
.newInstance();
30
m_xpath =
xpathFactory
.newXPath();
/external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar
/external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 460 milliseconds