class XML::DOM::Visitor

Class XML::DOM::Visitor

Skelton class of Visitor.

You can override the following methods and implement the other “visit_TYPE” methods.

You should implement some “visit_name_NAME” methods and “method_missing” method for accept_name.

## Skeleton visitor