public class DnsEntryA extends DnsEntryAddress
Modifier | Constructor and Description |
---|---|
protected |
DnsEntryA(org.w3c.dom.Element el)
constructor
|
|
DnsEntryA(java.lang.String owner,
java.lang.String address)
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
accept(DnsEntryVisitor visitor)
accept the given visitor
|
DnsEntryA |
clone()
create a clone of this instance.
|
protected java.lang.String |
getElementName()
return the (local) element name
|
protected java.lang.String |
getRecordName()
return the record name
|
createAddressEntry, getAddress, toList, toString, toXml
public DnsEntryA(java.lang.String owner, java.lang.String address)
owner
- the owneraddress
- the addressprotected DnsEntryA(org.w3c.dom.Element el) throws org.w3c.dom.DOMException, ResponseParseException
el
- the elementorg.w3c.dom.DOMException
- on DOM exceptionsResponseParseException
- on wrong contentpublic void accept(DnsEntryVisitor visitor)
public DnsEntryA clone()
protected java.lang.String getRecordName()
getRecordName
in class DnsEntryAddress
protected java.lang.String getElementName()
getElementName
in class DnsEntryAddress
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH