pyre.xml.Ignorable¶
Module Contents¶
-
class
pyre.xml.Ignorable.Ignorable(**kwds)¶ Bases:
pyre.xml.Node.NodeHandler that ignores the subtree anchored at its tag
-
newNode(self, **kwds)¶ Invoked when a new opening tag is encountered in my subtree
-
newQNode(self, **kwds)¶ Invoked when a new namespace qualified opening tag is encountered in my subtree
-
notify(self, **kwds)¶ Invoked when a closing tag in encountered in my subtree
-