Package | Description |
---|---|
javax.xml.xpath | |
org.apache.xpath.jaxp |
Modifier and Type | Method and Description |
---|---|
static XPathFactory |
XPathFactory.newInstance()
Get a new
XPathFactory instance using the default object model,
DEFAULT_OBJECT_MODEL_URI ,
the W3C DOM. |
static XPathFactory |
XPathFactory.newInstance(java.lang.String uri)
Get a new
XPathFactory instance using the specified object model. |
Modifier and Type | Class and Description |
---|---|
class |
XPathFactoryImpl
The XPathFactory builds XPaths.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.