Returns an Iterator over the RRsets in the zone that can be used to construct an AXFR response. This is identical to #iterator except that the SOA is returned at the end as well as the beginning.
()
| 514 | * that the SOA is returned at the end as well as the beginning. |
| 515 | */ |
| 516 | public Iterator |
| 517 | AXFR() { |
| 518 | return new ZoneIterator(true); |
| 519 | } |
| 520 | |
| 521 | private void |
| 522 | nodeToString(StringBuffer sb, Object node) { |