XML objects (type III)
This type of implementation supports extended XML objects, including XPath node-set and DOM objects (for example, Element and Node).
The CDC Replication Engine for Event Server provides a set of XObjects (for example, XString, XNumber, XBoolean, and Xdate).
- Syntax
javax:[package.]ClassName.methodName([param1, ...]) -> XObject
In the current release, only type I (simple string objects) is fully implemented, while type II (SQL data types) and type III (XML objects) will be implemented in a future release.