NodeName (AddToRecordError property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one either) |
||
Line 1: | Line 1: | ||
{{Template:AddToRecordError:NodeName subtitle}} | {{Template:AddToRecordError:NodeName subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:AddToRecordError:NodeName syntax}} | {{Template:AddToRecordError:NodeName syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%string</th> | ||
<td>A string to receive the name of a node in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var>. If the error involves a named node in the <var>XmlDoc</var> (for example, some cases when <code>[[Reason (AddToRecordError property)|Reason]] = InvalidNode</code>), this is the name of the node. | <td>A string to receive the name of a node in <var>[[AddToRecord (XmlDoc subroutine)|AddToRecord]]</var>'s method object <var>[[XmlDoc class|XmlDoc]]</var>. If the error involves a named node in the <var>XmlDoc</var> (for example, some cases when <code>[[Reason (AddToRecordError property)|Reason]] = InvalidNode</code>), this is the name of the node. | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>addToRecordError</th> | ||
<td>An <var>AddToRecordError</var> object. | <td>An <var>AddToRecordError</var> object. | ||
</td></tr></table> | |||
==See also== | ==See also== | ||
{{Template:AddToRecordError:NodeName footer}} | {{Template:AddToRecordError:NodeName footer}} |
Revision as of 04:45, 10 April 2011
Name of node in input XmlDoc for which error occurred (AddToRecordError class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = addToRecordError:NodeName
Syntax terms
%string | A string to receive the name of a node in AddToRecord's method object XmlDoc. If the error involves a named node in the XmlDoc (for example, some cases when Reason = InvalidNode ), this is the name of the node.
|
---|---|
addToRecordError | An AddToRecordError object. |