XmlObject Class Reference

Super class of all the other classes. More...

#import <xmlobject.h>

Inheritance diagram for XmlObject:

XmlDoc XmlNode XmlNodeSet XmlRegexp XPath List of all members.

Public Member Functions

(id) - init
 Initialize instance of XmlObject class.
(void) - dealloc
 Release resource for the object.
(id) - retain
 Increment the reference count.
(oneway void) - release
 Decrement the reference count.

Protected Attributes

int ref_count

Detailed Description

Super class of all the other classes.

Description
Super class of all the other classes.


Member Function Documentation

- (void) dealloc  
 

Release resource for the object.

Description
Release resource for the object.

Reimplemented in XmlNodeSet.

- (id) init  
 

Initialize instance of XmlObject class.

Returns:
The object itself.
Description
Initialize instance of XmlObject class.

Reimplemented in XmlNodeSet, XmlRegexp, and XPath.

- (oneway void) release  
 

Decrement the reference count.

Description
Decrement the reference count. If the reference count is zero, the object is disposed. This method is supported only Unix systems. Not MacOS-X.

- (id) retain  
 

Increment the reference count.

Description
Increment the reference count. This method is supported only Unix systems. Not MacOS-X.


Member Data Documentation

- (int) ref_count [protected]
 

Reference count


The documentation for this class was generated from the following files:
Generated on Fri Feb 3 02:47:29 2006 for LibXmlKit by  doxygen 1.4.5