Class DBus::IntrospectXMLParser
In: lib/dbus/introspect.rb
Parent: Object

D-Bus introspect XML parser class

This class parses introspection XML of an object and constructs a tree of Node, Interface, Method, Signal instances.

Methods

new   parse   parse_subnodes  

Public Class methods

Creates a new parser for XML data in string xml.

Public Instance methods

Parses the XML, constructing the tree.

Recursively parses the subnodes, constructing the tree.

[Validate]