ExtensionsPlus.XmlFile

From emotive
Jump to navigation Jump to search

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

CreateXmlNode
CreateXmlNodeFromString
CreateXmlCDATANode
CreateXmlCommentNode
CreateXmlProcessingInstructionNode
GetXmlRootNode
GetNodesByXPath
GetCDatasByXPath
GetCommentsByXPath
GetProcesingInstructionsByXPath
GetAttributesByXPath
GetTextsByXPath
GetXmlNodeChildNodes
GetXmlNodeAttributes
GetXmlNodeTexts

DataTypes

XmlNode

Exceptions

XmlFileException
XPathException
XmlFormatException