Class RGen::Instantiator::NodebasedXMLInstantiator
In: lib/rgen/instantiator/nodebased_xml_instantiator.rb
Parent: AbstractInstantiator

Methods

Classes and Modules

Class RGen::Instantiator::NodebasedXMLInstantiator::Visitor
Class RGen::Instantiator::NodebasedXMLInstantiator::XMLNodeDescriptor

Public Class methods

The prune level is the number of parent/children associations which is kept when the instantiator ascents the XML tree. If the level is 2, information for the node‘s children and the childrens’ children will be available as an XMLNodeDescriptor object. If the level is 0 no pruning will take place, i.e. the whole information is kept until the end of the instantiation process. 0 is default.

Public Instance methods

This method is called when the XML parser goes up the tree. An XMLNodeDescriptor node describes the current node. Implementing classes must overwrite this method.

This method is called when the XML parser goes down the tree. An XMLNodeDescriptor node describes the current node. Implementing classes must overwrite this method.

[Validate]