NewFromRecord (XmlDoc function)
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 |