Objects/Tables/Table 1235 XML Buffer
Table 1235 XML Buffer in 25
Jonas Paprotka, Base Application 25.5.30849.36072, checked
- App
- Base Application
- Namespace
- System.IO
Fields, 16Keys, 3Procedures, 35Events, 3
Versions171819202122232425262728latest
Source29
Fields, 16
| Id | Name | Type | Obsolete |
|---|
| 1 | Entry No. | Integer | - |
| 2 | Type | Option | - |
| 3 | Name | Text[250] | - |
| 4 | Path | Text[250] | - |
| 5 | Value | Text[250] | - |
| 6 | Depth | Integer | - |
| 7 | Parent Entry No. | Integer | - |
| 8 | Is Parent | Boolean | Removed 18.0 |
| Is not used anomore |
| 9 | Data Type | Option | - |
| 10 | Code | Code[20] | Removed 18.0 |
| Is not used anymore |
| 11 | Node Name | Text[250] | Removed 18.0 |
| Is not used anymore |
| 12 | Has Attributes | Boolean | Removed 18.0 |
| Is not used anymore |
| 13 | Node Number | Integer | - |
| 14 | Namespace | Text[250] | - |
| 15 | Import ID | Guid | - |
| 16 | Value BLOB | Blob | - |
Keys, 3
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Entry No. | - |
| Key2 | Parent Entry No., Type, Node Number | - |
| Key3 | Import ID | - |
Procedures, 35
| Name | Parameters | Returns | Access | Obsolete |
|---|
| Load | (Variant) | | public | - |
| LoadFromStream | (InStream) | | public | - |
| ReadFromBlob | (FieldRef) | | public | - |
| LoadFromText | (Text) | | public | - |
| Upload | () | Boolean | public | - |
| Save | (Text) | Boolean | public | - |
| Download | () | Boolean | public | - |
| CreateRootElement | (Text[250]) | | public | - |
| AddNamespace | (Text[244], Text[250]) | | public | - |
| AddProcessingInstruction | (Text[250], Text) | | public | - |
| AddAttribute | (Text[250], Text[250]) | | public | - |
| AddGroupElement | (Text[250]) | Integer | public | - |
| AddGroupElementAt | (Text[250], Integer) | Integer | public | - |
| AddElement | (Text[250], Text) | Integer | public | - |
| AddLastElement | (Text[250], Text) | Integer | public | - |
| AddNonEmptyElement | (Text[250], Text) | Integer | public | - |
| AddNonEmptyLastElement | (Text[250], Text) | Integer | public | - |
| CopyImportFrom | (var Record XML Buffer) | | public | - |
| CountChildElements | () | Integer | public | - |
| CountAttributes | () | Integer | public | - |
| CountProcessingInstructions | () | Integer | public | - |
| FindProcessingInstructions | (var Record XML Buffer) | Boolean | public | - |
| FindAttributes | (var Record XML Buffer) | Boolean | public | - |
| FindChildElements | (var Record XML Buffer) | Boolean | public | - |
| FindNodesByXPath | (var Record XML Buffer, Text) | Boolean | public | - |
| GetAttributeValue | (Text) | Text[250] | public | - |
| GetNamespaceUriByPrefix | (Text) | Text[250] | public | - |
| GetElementName | () | Text | public | - |
| GetParent | () | Boolean | public | - |
| HasChildNodes | () | Boolean | public | - |
| GetValue | () | Text | public | - |
| SetValue | (Text) | | public | - |
| SetValueWithoutModifying | (Text) | | public | - |
| AddAttributeWithNamespace | (Text[250], Text[250]) | | public | - |
| Save | (var Codeunit Temp Blob) | Boolean | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnNormalizeElementValue | (var Text) | - |
| Integration event | OnBeforeDownload | (var Record XML Buffer, var Boolean, var Boolean) | - |
| Integration event | OnSetValueWithoutModifyingOnAfterAssignValue | (var Record XML Buffer, Text) | - |