.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.pubsub.utils.xmltopicdefnprovider
.. highlight:: python
.. _wx.lib.pubsub.utils.xmltopicdefnprovider.XmlVisitor:
==========================================================================================================================================
|phoenix_title| **wx.lib.pubsub.utils.xmltopicdefnprovider.XmlVisitor**
==========================================================================================================================================
Derive from ITopicTreeVisitor and override one or more of the
self._*() methods. Give an instance to an instance of
TopicTreeTraverser.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
XmlVisitor:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.pubsub.core.topictreetraverser.ITopicTreeVisitor`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.pubsub.utils.xmltopicdefnprovider.XmlVisitor.__init__` Initialize self. See help(type(self)) for accurate signature.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: XmlVisitor(ITopicTreeVisitor)
Derive from ITopicTreeVisitor and override one or more of the
self._*() methods. Give an instance to an instance of
TopicTreeTraverser.
.. method:: __init__(self, elem)
Initialize self. See help(type(self)) for accurate signature.