attribute method

Parser attribute()

Implementation

Parser attribute() => ref0(qualified)
    .seq(ref0(spaceOptional))
    .seq(XmlToken.equals.toParser())
    .seq(ref0(spaceOptional))
    .seq(ref0(attributeValue));