class XML::DOM::Visitor
begin¶ ↑
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.
end¶ ↑
## Skeleton visitor
Public Instance Methods
visit_CDATASection(text, *rest)
click to toggle source
visit_Comment(comment, *rest)
click to toggle source
visit_Document(grove, *rest)
click to toggle source
visit_Element(element, *rest)
click to toggle source
visit_ProcessingInstruction(pi, *rest)
click to toggle source