OTX Reference  
OpenTestSystem.Otx.Extensions.XML.Actions Namespace Reference

Lists all ActionRealisation extensions. More...

Classes

class  AddXmlChildElement
 Adds a new XmlElement to the parent. More...
 
class  DeleteXmlAttribute
 Deletes an xml attribute by name. More...
 
class  DeleteXmlChildElement
 Deletes a xml child element. More...
 
class  SetXmlComment
 Sets a new comment directly above the root XmlElement. More...
 
class  SetXmlElementAttribute
 Sets an attribute on a XmlElement by name. More...
 
class  SetXmlElementAttributes
 Sets attributes of a XmlElement. More...
 
class  SetXmlElementText
 Sets the text of a XmlElement. More...
 
class  SetXmlProcessingInstructions
 Sets a list of new processing instruction elements above the XML root element. More...
 
class  ValidateXml
 Validates an XML document against the XML schema file specified within the XML document. More...
 
class  XmlSaveToFile
 Writes the XmlDocument in a file. More...
 

Detailed Description

Lists all ActionRealisation extensions.

Lists all ActionRealisation extensions defined in this Extension. In addition to Terms, ActionRealisations describe the behavior of the program logic. An ActionRealisation will be used inside an Action node.

See also
Core.Nodes.Node.Action, Core.Terms