Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
XMLDocument | version 1.0 | no |
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. |
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 |
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: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |