/* */ public void startPrefixMapping(String prefix, String uri) throws SAXException {
/* 299 */ super.startPrefixMapping(prefix.intern(), uri.intern());
/* */ }
/* */ };
/* 302 */ f.setContentHandler(validator);
/* 303 */ out = new ForkXmlOutput(new SAXOutput(f)
/* */ {
/* */ public void startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext) throws SAXException, IOException, XMLStreamException {
/* 306 */ super.startDocument(serializer, false, nsUriIndex2prefixIndex, nsContext);
/* */ }
/* */