- All Implemented Interfaces:
- org.apache.xerces.framework.XMLDocumentHandler, org.apache.xerces.framework.XMLDocumentHandler.DTDHandler, org.apache.xerces.framework.XMLErrorReporter
public class DOMParserSaveEncoding
extends org.apache.xerces.parsers.DOMParser
The DOMParserSaveEncoding class extends DOMParser.It also provides
the Java Encoding of the XML document by overriding the startDocument method
and providing a way to capture the MIME encoding from the XML document which
in turn is converted to the Java Encoding by the internal MIME2Java class.