|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoolbox.oracle.xpath.ext.ConcatTextNodesXPathImpl
public class ConcatTextNodesXPathImpl
XPath function implementation that concatenates the contents of all text() nodes in a given XML tree.
| Constructor Summary | |
|---|---|
ConcatTextNodesXPathImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
call(oracle.fabric.common.xml.xpath.IXPathContext context,
java.util.List args)
Concatenates the contents of all text() nodes in the given XML tree. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConcatTextNodesXPathImpl()
| Method Detail |
|---|
public java.lang.Object call(oracle.fabric.common.xml.xpath.IXPathContext context,
java.util.List args)
throws oracle.fabric.common.xml.xpath.XPathFunctionException
call in interface oracle.fabric.common.xml.xpath.IXPathFunctioncontext - The context at the point in the expression when
the function is called.args - The list of arguments. In this instance a single
Node.
oracle.fabric.common.xml.xpath.XPathFunctionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||