Procedures, 39
| Name | Parameters | Returns | Access | Versions | Obsolete | ||
|---|---|---|---|---|---|---|---|
| Load | (Variant) | public | 17-28 | - | |||
| LoadFromStream | (InStream) | public | 17-28 | - | |||
| ReadFromBlob | (FieldRef) | public | 17-28 | - | |||
| LoadFromText | (Text) | public | 17-28 | - | |||
| Upload | () | Boolean | public | 17-28 | - | ||
| Save | (Text) | Boolean | public | 17-28 | - | ||
| Download | () | Boolean | public | 17-28 | - | ||
| CreateRootElement | (Text[250]) | public | 17-28 | - | |||
| AddNamespace | (Text[244], Text[250]) | public | 17-28 | - | |||
| AddProcessingInstruction | (Text[250], Text) | public | 17-28 | - | |||
| AddAttribute | (Text[250], Text[250]) | public | 17-25, gone | - | |||
| AddGroupElement | (Text[250]) | Integer | public | 17-28 | - | ||
| AddGroupElementAt | (Text[250], Integer) | Integer | public | 17-28 | - | ||
| AddElement | (Text[250], Text) | Integer | public | 17-28 | - | ||
| AddLastElement | (Text[250], Text) | Integer | public | 17-28 | - | ||
| AddNonEmptyElement | (Text[250], Text) | Integer | public | 17-28 | - | ||
| AddNonEmptyLastElement | (Text[250], Text) | Integer | public | 17-28 | - | ||
| CopyImportFrom | (var Record XML Buffer) | public | 17-28 | - | |||
| CountChildElements | () | Integer | public | 17-28 | - | ||
| CountAttributes | () | Integer | public | 17-28 | - | ||
| CountProcessingInstructions | () | Integer | public | 17-28 | - | ||
| FindProcessingInstructions | (var Record XML Buffer) | Boolean | public | 17-28 | - | ||
| FindAttributes | (var Record XML Buffer) | Boolean | public | 17-28 | - | ||
| FindChildElements | (var Record XML Buffer) | Boolean | public | 17-28 | - | ||
| FindNodesByXPath | (var Record XML Buffer, Text) | Boolean | public | 17-28 | - | ||
| GetAttributeValue | (Text) | Text[250] | public | 17-28 | Pending 26.0 | ||
| Replaced by GetAttributeValueAsText with unlimited text length on return type. | |||||||
| GetNamespaceUriByPrefix | (Text) | Text[250] | public | 17-28 | Pending 26.0 | ||
| Replaced by GetNamespaceUriByPrefixAsText with increased text length on return type. | |||||||
| GetElementName | () | Text | public | 17-28 | - | ||
| GetParent | () | Boolean | public | 17-28 | - | ||
| HasChildNodes | () | Boolean | public | 17-28 | - | ||
| GetValue | () | Text | public | 17-28 | - | ||
| SetValue | (Text) | public | 17-28 | - | |||
| SetValueWithoutModifying | (Text) | public | 17-28 | - | |||
| AddAttributeWithNamespace | (Text[250], Text[250]) | public | 18-25, gone | - | |||
| Save | (var Codeunit Temp Blob) | Boolean | public | 20-28 | - | ||
| AddAttribute | (Text[250], Text) | public | 26-28 | - | |||
| AddAttributeWithNamespace | (Text[250], Text) | public | 26-28 | - | |||
| GetAttributeValueAsText | (Text) | Text | public | 26-28 | - | ||
| GetNamespaceUriByPrefixAsText | (Text) | Text | public | 26-28 | - | ||