Concept Framework 1.0 documentation Contents | Index

XMLDocument

Name Version Deprecated
XMLDocument version 1.0 no

Defined in : XMLDocument.con
(this file must be included in your application in order to have access, unless you use a child class of XMLDocument that includes this file)

Require : standard.lib.xml

Description:
A provides access to an XML document. It contains a tree of XMLNodes 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




Documented by Eduard Suica, generation time: Thu Oct 15 20:02:01 2009 GMT(c)2009 RadGs Software