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

return a pair: [list of Interfaces, list of direct subnode names]

return the names of direct subnodes

[Validate]