A {@link DefaultHandler2} specialization that responds to XML content events by creating the corresponding content in thesupplied graph. This implementation ignores DTD entities, XML contents, and other XML processing instructions. If other behavior is required, the appropriate methods can be overridden. (Which is why this class extends DefaultHandler2, which has support for processing all the different parts of XML.
This class can be passed to the {@link SAXParser}'s {@link SAXParser#parse(java.io.File,org.xml.sax.helpers.DefaultHandler) parse(..,DefaultHandler)} methods.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.