Package | Description |
---|---|
com.opencloud.slee.resources.cgin.xpath |
Supports the use of XPath expressions on CGIN data structures
such as operation arguments, results and errors.
|
Modifier and Type | Method and Description |
---|---|
static CGINJXPathContext |
CGINJXPathContext.newContext(CGINJXPathContext parentContext,
Object contextBean)
Creates a new JXPathContext with the specified bean as the root node and
the specified parent context, wrapped up in a CGINJXPathContext.
|
static CGINJXPathContext |
CGINJXPathContext.newContext(Object contextBean)
Creates a new JXPathContext with the specified object as the root node,
wrapped up in a CGINJXPathContext.
|
Modifier and Type | Method and Description |
---|---|
static CGINJXPathContext |
CGINJXPathContext.newContext(CGINJXPathContext parentContext,
Object contextBean)
Creates a new JXPathContext with the specified bean as the root node and
the specified parent context, wrapped up in a CGINJXPathContext.
|