xml.DomNode.getAttributeNodeItem
Returns the XML Attribute DomNode object at a given position on this XML Element DomNode object.
Syntax
getAttributeNodeItem(
index INTEGER )
RETURNS xml.DomNode
- index defines the position of the node to return.
Usage
Returns the XML Attribute DomNode
object at a given position on this XML Element
DomNode object, where index is the position of the node to return (Index starts
at 1).
Returns the XML Attribute DomNode object at the given position, or NULL.
In case of error, the method throws an exception and sets the
status
variable. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).