super(SAMLConstants.SAML1MD_NS, SourceID.DEFAULT_ELEMENT_LOCAL_NAME);
}
/** {@inheritDoc} */
protected void marshallElementContent(XMLObject xmlObject, Element domElement) throws MarshallingException {
SourceID sourceID = (SourceID) xmlObject;
if (!DatatypeHelper.isEmpty(sourceID.getValue())) {
XMLHelper.appendTextContent(domElement, sourceID.getValue());
}
}