NodeType (AddToRecordError property)

From m204wiki
Revision as of 19:02, 15 March 2011 by DmeWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

<section begin=dpl_desc/>Type of XmlDoc node involved in exception<section end=dpl_desc/>

Syntax

%xmlNodeType = addToRecordError:NodeType

Syntax terms

%str A %variable of type XmlNodeType to receive the type of a node in AddToRecord's method object XmlDoc. If the error involves a node in the XmlDoc (for example, if Reason = InvalidNode), this an XmlNodeType enumeration value of the type of the node.
%a2RecErr An AddToRecordError object.

See also