Searched refs:XPathNode (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxshell.py | 785 class XPathNode: class in inherits: 822 class XPathNodeHolder(XPathNode): 824 XPathNode.__init__(self, parent, obj, 'hld '+xpathname) 837 class XPathNodeValue(XPathNode): 839 XPathNode.__init__(self, parent, obj, 'val '+xpathname) 848 class XPathNodeVM(XPathNode): 850 XPathNode.__init__(self, parent, obj, 'vm') 868 class XPathNodeNIC(XPathNode): 870 XPathNode.__init__(self, parent, obj, 'nic') 874 class XPathNodeRoot(XPathNode) [all...] |
Completed in 522 milliseconds