class Rutema::Parsers::XML
Rutema::Parsers::XML
is a basic XML
parser that is easily extended
Derive your parser from this class and define for each element ‘foo’ that you want to parse a method element_foo(step)
The method will receive a Rutema::Step
instance as a parameter which it should return