What is the Node class?
The Node class is a class that is inherent to the Superx++ language. It contains many useful methods that are used for node/object manipulation. This makes it easy to manipulate XML data. Due the underlying philosophy behind Superx++: i.e. every XML node is a Superx++ object and every Superx++ object is an XML node, the methods from the Node class are useful for manipulating Superx++ objects as well as XML nodes and trees. In addition, it is important to mention here that every Superx++ object automatically inherits from the Node class and all classes in Superx++ also are derived ultimately from the Node class. So these methods are callable on any Superx++ object. For details on the Node class and its methods click here.