public class SubjectLocality extends XMLElement
| Constructor and Description |
|---|
SubjectLocality(org.w3c.dom.Document owner)
Creates a new
SubjectLocality instance. |
SubjectLocality(org.w3c.dom.Element element)
Creates a new
SubjectLocality instance from the given Element node. |
SubjectLocality(org.w3c.dom.Element element, java.lang.String SystemId)
Creates a new
SubjectLocality instance from the given Element node. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDNSAddress()
Gets the DNS domain name attribute.
|
java.lang.String |
getIPAddress()
Gets the IP address attribute.
|
void |
setDNSAddress(java.lang.String dnsAddress)
Sets the DNS domain name attribute.
|
void |
setIPAddress(java.lang.String ipAddress)
Sets the IP address attribute.
|
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXMLpublic SubjectLocality(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
SubjectLocality instance from the given Element node.element - A SubjectLocality element.org.w3c.dom.DOMExceptionpublic SubjectLocality(org.w3c.dom.Element element,
java.lang.String SystemId)
throws org.w3c.dom.DOMException
SubjectLocality instance from the given Element node.element - A SubjectLocality element.systemId - The URI string system ID for the SubjectLicality.org.w3c.dom.DOMExceptionpublic SubjectLocality(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
SubjectLocality instance.owner - The owner document of the new SubjectLocality.org.w3c.dom.DOMExceptionpublic void setIPAddress(java.lang.String ipAddress)
ipAddress - The String representation of an IP address.public java.lang.String getIPAddress()
null if the attribute has not been set.public void setDNSAddress(java.lang.String dnsAddress)
ipAddress - The String representation of DNS domain name.public java.lang.String getDNSAddress()
null if the attribute has not been set.