IsXmlRoot |
|
 |
Description
|
Determines whether a function parameter is the root element of an Extended Markup language (XML) document object.
|
|
Returns
|
True, if the function argument is the root object of an XML document object; False, otherwise.
|
|
Category
|
Decision functions, XML functions
|
|
Function syntax |
IsXmlRoot(value)
|
|
See also
|
IsXmlDoc, IsXmlElem, XmlChildPos, XmlNew, XmlParse, XmlSearch, XmlTransform
|
|
History
|
ColdFusion MX: Added this function.
|
|
Parameters
|
|
Parameter |
Description |
value |
name of an XML document object |
|