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