Atlas 0.7.0
Networking protocol for the Worldforge system.
atlas.codecs.xml2.XML2Parser Class Reference
Inheritance diagram for atlas.codecs.xml2.XML2Parser:
Collaboration diagram for atlas.codecs.xml2.XML2Parser:

Public Member Functions

def unknown_starttag (self, tag, attributes)
 
def unknown_endtag (self, tag)
 

Detailed Description

Definition at line 99 of file xml2.py.

Member Function Documentation

◆ unknown_endtag()

def atlas.codecs.xml2.XML2Parser.unknown_endtag (   self,
  tag 
)

Definition at line 108 of file xml2.py.

◆ unknown_starttag()

def atlas.codecs.xml2.XML2Parser.unknown_starttag (   self,
  tag,
  attributes 
)

Reimplemented from atlas.codecs.parse_xml.AtlasParser.

Definition at line 100 of file xml2.py.


The documentation for this class was generated from the following file: