/** {@inheritDoc} */
 protected void marshallAttributes(XMLObject xmlObject, Element domElement)
     throws MarshallingException {
   AttributedQName attributedQName = (AttributedQName) xmlObject;
   XMLObjectSupport.marshallAttributeMap(attributedQName.getUnknownAttributes(), domElement);
 }
 /** {@inheritDoc} */
 protected void marshallAttributes(XMLObject xmlObject, Element domElement)
     throws MarshallingException {
   AttributedUnsignedLong aul = (AttributedUnsignedLong) xmlObject;
   XMLObjectSupport.marshallAttributeMap(aul.getUnknownAttributes(), domElement);
 }