Package | Description |
---|---|
net.sf.practicalxml.xpath |
This package support classes that are primarily used for XPath evaluation.
|
Modifier and Type | Method and Description |
---|---|
static XPathWrapperFactory.CacheType |
XPathWrapperFactory.CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathWrapperFactory.CacheType[] |
XPathWrapperFactory.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XPathWrapperFactory(XPathWrapperFactory.CacheType cacheType)
Creates a factory that will optionally store
XPathWrapper
instances in a cache. |