Declared in module xml.arch.xmlarch
class AttributeParser: def __init__(self, data) # Initialize a new instance. def parse(self) # Parse the attribute specification string. def read_name(self) # Read attribute name. def read_value(self) # Read attribute value. def skip_equal(self) # Skip equal sign. def skip_whitespace(self) # Skip whitespace.
xmlarch uses it to parse the data part of processing instructions (the architectural use declaration).