NewFromRecord (XmlDoc function): Difference between revisions
m (Automatically generated page update) |
m (→Usage notes) |
||
Line 22: | Line 22: | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
[[??]] this page needs creating | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:XmlDoc:NewFromRecord footer}} | {{Template:XmlDoc:NewFromRecord footer}} |
Revision as of 18:34, 22 March 2011
Create a new XmlDoc from the current record (XmlDoc class)
[Requires Janus SOAP]
Syntax
%doc = [%(XmlDoc):]NewFromRecord[( [AttributeValues= boolean], - [AttributeNames= boolean], - [NamesToLower= boolean], - [AllowUnreversible= boolean], - [CodepageTable= boolean], - [Base64Encode= boolean], - [CharacterMap= characterToUnicodeMap], - [Allownull= boolean], - [Recordnumber= number], [File= string])] Throws CharacterTranslationException
Syntax terms
%xmlDoc | xmlDoc |
---|---|
(XmlDoc) | The class name in parentheses denotes a shared method. NewFromRecord can also be invoked via a XmlDoc object variable, which may be null. |
attributeValues | Boolean object |
attributeNames | Boolean object |
namesToLower | Boolean object |
allowUnreversible | Boolean object |
codepageTable | Boolean object |
allowNull | Boolean object |
Usage notes
?? this page needs creating