public class EnvironmentAttributeDesignator extends AttributeDesignator
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
NAMESPACE, NAMESPACE_PREFIX
Constructor and Description |
---|
EnvironmentAttributeDesignator(org.w3c.dom.Node root)
Parses EnvironmentAttributeDesignator from DOM node
|
EnvironmentAttributeDesignator(URI attributeId,
URI dataType,
boolean mustBePresent)
Constructs EnvironmentAttributeDesignator from specified values
|
EnvironmentAttributeDesignator(URI attributeId,
URI dataType,
boolean mustBePresent,
java.lang.String issuer)
Constructs EnvironmentAttributeDesignator from specified 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 EnvironmentAttributeDesignator(URI attributeId, URI dataType, boolean mustBePresent)
attributeId
- Attribute IDdataType
- XML data-typemustBePresent
- true if attribute must be present in contextpublic EnvironmentAttributeDesignator(URI attributeId, URI dataType, boolean mustBePresent, java.lang.String issuer)
attributeId
- Attribute IDdataType
- XML data-typemustBePresent
- true if attribute must be present in contextissuer
- Expected issuer valuepublic EnvironmentAttributeDesignator(org.w3c.dom.Node root) throws URISyntaxException
root
- DOM nodeURISyntaxException
- thrown if invalid URI encounteredprotected java.lang.String getDesignatorType()
getDesignatorType
in class AttributeDesignator