December 2002
Intermediate to advanced
928 pages
85h 29m
English
FUNCTION DBMS_XMLDOM.item
(nl IN DOMNodeList,
index IN NUMBER)
RETURN DOMNode;
Returns the item in nl indicated by the index. If index is greater than or equal to the number of nodes in the map, returns NULL.
FUNCTION DBMS_XMLDOM.getLength
(nl DOMNodeList,
RETURN NUMBER;
Returns the number of items in nl.