Inserts a prerequisite that the specified name does not exist; that is, there are no records with the given name in the zone.
(Name name)
| 113 | * there are no records with the given name in the zone. |
| 114 | */ |
| 115 | public void |
| 116 | absent(Name name) { |
| 117 | newPrereq(Record.newRecord(name, Type.ANY, DClass.NONE, 0)); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Inserts a prerequisite that the specified rrset does not exist; that is, |