*/
public class AttributedQNameUnmarshaller extends XSQNameUnmarshaller {
/** {@inheritDoc} */
protected void processAttribute(XMLObject xmlObject, Attr attribute) throws UnmarshallingException {
AttributedQName attributedQName = (AttributedQName) xmlObject;
XMLHelper.unmarshallToAttributeMap(attributedQName.getUnknownAttributes(), attribute);
}