ContRap
The symbolic tool for control-flow based rapid prototyping.

Library xml
Overview

This library is undocumented

Non-class functions

Here you will find the list of all functions, which are defined outside the scope of a class.

Class XMLDataPool

Here you will find the class functions of 'XMLDataPool' defined in the library 'xml'.

XMLDataPool():XMLDataPool
Creates an XML data pool from scratch
XMLDataPool(text:String):XMLDataPool
Creates an XML data pool from an XML string
getBool(pool:XMLDataPool,key:String):bool
Returns a boolean value associated with the given address
getDouble(pool:XMLDataPool,key:String):double
Returns a double value associated with the given address
getInt(pool:XMLDataPool,key:String):int
Returns a int value associated with the given address
load(pool:XMLDataPool,filename:String):XMLDataPool
Loads an XML data pool from file
load(filename:String):XMLDataPool
Loads an XML data pool from file
operator[](pool:XMLDataPool,key:String):String
Returns a string with the text value associated with the given address
operator[](pool:XMLDataPool,key:String,attribute:String):String
Returns an attribute associated with the given address and attribute name
save(pool:XMLDataPool,filename:String):void
Saves an XML data pool to a file
set(pool:XMLDataPool,key:String,value:String):void
Sets the value of the given key
set(pool:XMLDataPool,key:String,attribute:String,value:String):void
Sets the value of the given attribute