Class NMapXmlHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.nmap4j.parser.NMapXmlHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class NMapXmlHandler extends DefaultHandler
This class is the implementation of the DefaultHandler and receives notifications from the SAX parser when nodes are parsed.

From the NMap4J API standpoint, there should be little reason for you to hook directly into this class (though you can if you want to).