|
NoSuchNode
No node is accessible via the dotted name given.
|
|
NoSuchAttribute
No attribute is accessible via the dotted name given.
|
|
AttributeParsingError
An invalid attribute type was specified.
|
|
DotNodeParent
Metaclass that makes sure everything in the sequence passed to the
constructor is a DotNode.
|
|
DotNodeList
A NodeList that asks its first child for attributes.
|
|
DotNode
An object whose getattr gets child nodes.
|
|
DotXMLDoc
Accepts the source of an XML document, parses it, and provides
dotted name access to the root node.
|
|
DotNodeAttribute
A string with a getValue method.
|