NewFromRecord (XmlDoc function)

From m204wiki
Revision as of 22:11, 1 June 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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

%docxmlDoc
%(XmlDoc) The class name in parentheses denotes a shared method. NewFromRecord can also be invoked via an 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

Examples

See also