Lucee Function Reference
Function XMLGETNODETYPE
Determines the type of an XML document object node.
Example
xmlgetnodetype(xml xml):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
xml | xml | Yes | An XML DOM object node |