java.lang.Object
javax.xml.xpath.XPathFactory
- See Also:
- Top Examples, Source Code,
newInstance(String uri)
, XPath
public static final String DEFAULT_OBJECT_MODEL_URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String DEFAULT_PROPERTY_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean getFeature(String name)
throws XPathFactoryConfigurationException
- See Also:
- NullPointerException,
URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isObjectModelSupported(String objectModel)
- See Also:
- IllegalArgumentException, NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final XPathFactory newInstance()
- See Also:
DEFAULT_OBJECT_MODEL_URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final XPathFactory newInstance(String uri)
throws XPathFactoryConfigurationException
- See Also:
- IllegalArgumentException, NullPointerException,
DEFAULT_OBJECT_MODEL_URI
, Properties.load(java.io.InputStream)
, isObjectModelSupported(String objectModel)
, DEFAULT_PROPERTY_NAME
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract XPath newXPath()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setFeature(String name,
boolean value)
throws XPathFactoryConfigurationException
- See Also:
- NullPointerException,
XPathFunctionException
, XPathFunctionResolver
, XMLConstants.FEATURE_SECURE_PROCESSING
, URI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setXPathFunctionResolver(XPathFunctionResolver resolver)
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setXPathVariableResolver(XPathVariableResolver resolver)
- See Also:
- NullPointerException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected XPathFactory()
- See Also:
newInstance(String uri)
, newInstance()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples