Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
XMLDocument
Available since framework version 1.0.
Defined in :
XMLDocument.con
(this file must be included in your application in order to have access)
Require
: standard.lib.xml
Description:
A provides access to an XML document. It contains a tree of
XMLNode
s than can be accessed starting from the root node using the
Root
property.
Properties
Encoding
Sets or gets the encoding type to use for the document
Errors
TODO: Document this
ErrorsText
TODO: Document this
Filename
Sets or gets the name of the targeted filename
Root
Gets or sets the root node of a XML document
Version
Sets or gets the xml version to required by the output operations like
Save
or
SaveString
Methods
Create
Initializes the XML document
Free
Frees the memory used by the XML document
GetXPath
TODO: Document this
Load
Loads the xml data from the given
Filename
LoadHTML
TODO: Document this
LoadString
Loads the xml document from a given string
NewNode
Creates a new
XMLNode
and returns it
Save
Saves the xml data to the given
Filename
SaveString
Saves the xml document to a string
XMLDocument
The standard constructor
finalize
TODO: Document this