|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOXPath | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.jaxen | XPath integration with Jaxen. |
biz.c24.io.api.data.saxon | XPath integration with Saxonica. |
biz.c24.io.api.transform | Transform super and utility classes. |
Uses of IOXPath in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return IOXPath | |
---|---|
IOXPath |
ValidationManager.getCachedXPath(XPathStatement statement)
Returns an instance for the supplied statement creating one on the fly and caching it if required. |
IOXPath |
ValidationManager.getCachedXQuery(XQueryStatement statement)
Returns an instance for the supplied statement creating one on the fly and caching it if required. |
static IOXPath |
IOXPathFactory.getInstance(String xpath)
Returns an instance of IOXPath according to the concrete XPath implementation selected given the specified XPath expression. |
static IOXPath |
IOXPathFactory.getInstance(XPathStatement statement)
Returns an instance of IOXPath according to the concrete XPath implementation selected given the specified XPath statement. |
static IOXPath |
IOXPathFactory.getInstanceSafe(String xpath)
|
Uses of IOXPath in biz.c24.io.api.data.jaxen |
---|
Classes in biz.c24.io.api.data.jaxen that implement IOXPath | |
---|---|
class |
JaxenXPath
Deprecated. Due to deficiencies in Jaxen (see biz.c24.io.api.data.jaxen for more information) this class has
been deprecated. See biz.c24.io.api.data.saxon for more information on the preferred approach. |
Uses of IOXPath in biz.c24.io.api.data.saxon |
---|
Classes in biz.c24.io.api.data.saxon that implement IOXPath | |
---|---|
class |
SaxonXPath
Concrete implementation of IOXPath interface using Saxon. |
class |
SaxonXQuery
Concrete implementation of IOXPath interface using Saxon. |
Uses of IOXPath in biz.c24.io.api.transform |
---|
Methods in biz.c24.io.api.transform with parameters of type IOXPath | |
---|---|
Object |
Map.functionXPath(IOXPath xpath,
ComplexDataObject d,
DataType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |