pyre.xml.ElementDescriptor

Module Contents

class pyre.xml.ElementDescriptor.ElementDescriptor(*, tag, handler, root=False)

Bases: pyre.xml.Descriptor.Descriptor

Descriptor class that gathers all the metadata about a document tag that was provided by the user during the DTD declaration. It is used by DTD derived classes to decorate the Document instance and the tag handlers with the information needed by the Reader so it can process XML documents

handler
attributes = []