ExtensionsPlus.XmlFile
Revision as of 04:13, 4 February 2016 by Hb (talk | contribs) (Hb moved page XmlFile to ExtensionsPlus.XmlFile: #3153)
Classification
Name | XmlFile |
Short Description | XML file handling extension |
Class | OTX Extension |
Base Extension | - |
Pre-Conditions | - |
Specified by | ISO 13209-3 |
Introduction
The purpose of the OTX XML File extension is to support and provide common methods to handle XML documents and XML elements such as XPath selections, creating and editing capabilities ect.
Actions
XML element handling related actions | |
AppendXmlChildNode | |
SetXmlNodeText | |
SetXmlNodeAttributes | |
XML document handling related actions | |
IsValidXml | |
SetXmlDeclarations | |
SetXmlRootNode | |
InsertXmlNodeByXPath | |
DeleteXmlByXPath |
Terms
DataTypes
XmlNode |
Exceptions
XmlFileException | |
XPathException | |
XmlFormatException |