XMLHelper.appendTextContent(domElement, attributedURI.getValue());
}
/** {@inheritDoc} */
protected void marshallAttributes(XMLObject xmlObject, Element domElement) throws MarshallingException {
AttributedURI attributedURI = (AttributedURI) xmlObject;
XMLHelper.marshallAttributeMap(attributedURI.getUnknownAttributes(), domElement);
}