class AttributeParser - Class used for parsing attribute specification strings.

Declared in module xml.arch.xmlarch

Synopsis

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.

Description

xmlarch uses it to parse the data part of processing instructions (the architectural use declaration).