Interface INMapRunHandler

All Known Implementing Classes:
NMapRunHandlerImpl

public interface INMapRunHandler
This interface defines the functionality necessary to create the various nmap XML objects based on the parsed data. It's primary purpose is to allow a discrete way to handle creating data objects from the XML data.

The methods defined here are specifically for loading the XML attributes and not the child elements. That is handled in the DefaultHandler implementation. In essence, this is a utility class for creating Objects from the XML attributes.