#import <xmldoc.h>
Inheritance diagram for XmlDoc:

Public Member Functions | |
| (id) | - initXmlDoc: |
| Initialize instance of XmlDoc class. | |
| (XmlNode *) | - rootNode |
| Get root node. | |
| (void) | - setInputFileName: |
| Set input file name string. | |
| (const char *) | - inputFileName |
| Get input file name. | |
| (void) | - setOutputFileName: |
| Set output file name string. | |
| (int) | - save |
| Save the document into the output file. | |
| (int) | - saveFileAs: |
| Save the document into the output file. | |
| (xmlDocPtr) | - docPtr |
| Get content of document. | |
Static Public Member Functions | |
| (id) | + load |
| Initialize the XML processing system. | |
| (XmlDoc *) | + readFile:doValidate:doRemoveSpace: |
| Read XML text file and built data structure for it. | |
| (XmlDoc *) | + makeEmptyDoc: |
| Make empty XML document. | |
Protected Attributes | |
| xmlDocPtr | xml_doc_ptr |
| char * | input_file_name |
| char * | output_file_name |
|
|
Get content of document.
|
|
|
Initialize instance of XmlDoc class.
|
|
|
Get input file name.
|
|
|
Initialize the XML processing system.
|
|
|
Make empty XML document.
|
|
||||||||||||||||
|
Read XML text file and built data structure for it.
|
|
|
Get root node.
|
|
|
Save the document into the output file.
|
|
|
Save the document into the output file.
|
|
|
Set input file name string.
|
|
|
Set output file name string.
|
|
|
Input file name. This will be null. |
|
|
Output file name. This will be null. |
|
|
document body |
1.4.5