wx.xml

Some simple XML classes for use with XRC.

For more advanced XML needs it would be better to use one of the XML packages provided by Python.

Class Summary

Class

Short Description

XmlAttribute

Represents a node attribute.

XmlDoctype

Represents a DOCTYPE Declaration.

XmlDocument

This class holds XML data/document as parsed by XML parser in the root node.

XmlNode

Represents a node in an XML document.