public class ActionAttributeDesignator extends AttributeDesignator
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
NAMESPACE, NAMESPACE_PREFIX
Constructor and Description |
---|
ActionAttributeDesignator(org.w3c.dom.Node root)
Parses ActionAttributeDesignator from DOM node
|
ActionAttributeDesignator(URI attributeId,
URI dataType,
boolean mustBePresent)
Constructs ActionAttributeDesignator with indicated values
|
ActionAttributeDesignator(URI attributeId,
URI dataType,
boolean mustBePresent,
java.lang.String issuer)
Constructs ActionAttributeDesignator with indicated values
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getDesignatorType() |
encodeAttributes, equals, getAttributeId, getDataType, getElementName, getIssuer, internalHashCode, isMustBePresent
getDesiredNamespacePrefix, getNamespace
encode, encode, encodeBody, encodeChildren, escapeXML, getLocalName, getPrintStream, hasBody, hasChildren, hashCode, toString
private static final long serialVersionUID
public ActionAttributeDesignator(URI attributeId, URI dataType, boolean mustBePresent)
attributeId
- Attribute IDdataType
- XML data typemustBePresent
- true if value must be present in contextpublic ActionAttributeDesignator(URI attributeId, URI dataType, boolean mustBePresent, java.lang.String issuer)
attributeId
- Attribute IDdataType
- XML data typemustBePresent
- true if value must be present in contextissuer
- Expected issuerpublic ActionAttributeDesignator(org.w3c.dom.Node root) throws URISyntaxException
root
- DOM nodeURISyntaxException
- thrown if invalid URI value encounteredprotected java.lang.String getDesignatorType()
getDesignatorType
in class AttributeDesignator