public virtual bool write(global::org.w3c.dom.Node n1, global::org.w3c.dom.ls.LSOutput n2){
//XMLVM_BEGIN_WRAPPER[gnu.xml.dom.ls.DomLSSerializer: boolean write(org.w3c.dom.Node, org.w3c.dom.ls.LSOutput)]
    global::System.Object _r0_o = null;
    global::org.xmlvm._nElement _r1;
    global::System.Object _r1_o = null;
    global::System.Object _r2_o = null;
    global::org.xmlvm._nElement _r3;
    global::System.Object _r3_o = null;
    global::System.Object _r4_o = null;
    global::org.xmlvm._nElement _r5;
    global::System.Object _r6_o = null;
    global::System.Object _r7_o = null;
    global::System.Object _r8_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r6_o = this;
    _r7_o = n1;
    _r8_o = n2;
    _r5.i = 1;
    _r1_o = ((global::org.w3c.dom.ls.LSOutput) _r8_o).getByteStream();
    if (_r1_o != null) goto label41;
    try {
    _r3_o = ((global::org.w3c.dom.ls.LSOutput) _r8_o).getSystemId();
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label61;
        }
        throw ex;
    } // end catch
    try {
    _r1_o = new global::java.net.URL();
    ((global::java.net.URL) _r1_o).@this((global::java.lang.String) _r3_o);
    _r2_o = ((global::java.net.URL) _r1_o).openConnection();
    _r1.i = 1;
    ((global::java.net.URLConnection) _r2_o).setDoOutput(0!=_r1.i);
    _r1.i = ((_r2_o != null) && (_r2_o is global::java.net.HttpURLConnection)) ? 1 : 0;
    if (_r1.i == 0) goto label37;
    _r0_o = _r2_o;
    _r1_o = _r0_o;
    // Value=PUT
    _r4_o = new global::java.lang.String();
    ((global::java.lang.String)_r4_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)80)), unchecked((char) unchecked((uint) 85)), unchecked((char) unchecked((uint) 84))}));
    ((global::java.net.HttpURLConnection) _r1_o).setRequestMethod((global::java.lang.String) _r4_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.net.MalformedURLException) {
            _ex = ex;
            goto label48;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label61;
        }
        throw ex;
    } // end catch
    label37:;
    try {
    _r1_o = ((global::java.net.URLConnection) _r2_o).getOutputStream();
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.net.MalformedURLException) {
            _ex = ex;
            goto label48;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label61;
        }
        throw ex;
    } // end catch
    label41:;
    try {
    ((global::gnu.xml.dom.ls.DomLSSerializer) _r6_o).serialize((global::org.w3c.dom.Node) _r7_o, (global::java.io.OutputStream) _r1_o);
    ((global::java.io.OutputStream) _r1_o).flush();
    return _r5.i!=0;
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label61;
        }
        throw ex;
    } // end catch
    label48:;
    try {
    _r1_o = _ex.getJavaException();
    _ex = null;
    _r1_o = new global::java.io.File();
    ((global::java.io.File) _r1_o).@this((global::java.lang.String) _r3_o);
    _r2_o = new global::java.io.FileOutputStream();
    ((global::java.io.FileOutputStream) _r2_o).@this((global::java.io.File) _r1_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label61;
        }
        throw ex;
    } // end catch
    _r1_o = _r2_o;
    goto label41;
    label61:;
    _r1_o = _ex.getJavaException();
    _ex = null;
    _r2_o = new global::gnu.xml.dom.ls.DomLSException();
    _r3.i = 82;
    ((global::gnu.xml.dom.ls.DomLSException) _r2_o).@this((short) _r3.i, (global::java.lang.Exception) _r1_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r2_o);
//XMLVM_END_WRAPPER[gnu.xml.dom.ls.DomLSSerializer: boolean write(org.w3c.dom.Node, org.w3c.dom.ls.LSOutput)]
}
Example #2
0
private global::System.Object getXMLReader(){
//XMLVM_BEGIN_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.xml.sax.XMLReader getXMLReader()]
    global::System.Object _r0_o = null;
    global::org.xmlvm._nElement _r1;
    global::System.Object _r1_o = null;
    global::org.xmlvm._nElement _r2;
    global::System.Object _r3_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r3_o = this;
    _r2.i = 81;
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._freader;
    if (_r0_o != null) goto label39;
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._ffactory;
    _r1.i = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._fnamespaceAware ? 1 : 0;
    ((global::javax.xml.parsers.SAXParserFactory) _r0_o).setNamespaceAware(0!=_r1.i);
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._ffactory;
    _r1.i = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._fvalidating ? 1 : 0;
    ((global::javax.xml.parsers.SAXParserFactory) _r0_o).setValidating(0!=_r1.i);
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._ffactory;
    _r1.i = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._fxIncludeAware ? 1 : 0;
    ((global::javax.xml.parsers.SAXParserFactory) _r0_o).setXIncludeAware(0!=_r1.i);
    try {
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._ffactory;
    _r0_o = ((global::javax.xml.parsers.SAXParserFactory) _r0_o).newSAXParser();
    _r0_o = ((global::javax.xml.parsers.SAXParser) _r0_o).getXMLReader();
    ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._freader = (global::org.xml.sax.XMLReader) _r0_o;
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::javax.xml.parsers.ParserConfigurationException) {
            _ex = ex;
            goto label42;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label49;
        }
        throw ex;
    } // end catch
    label39:;
    _r0_o = ((global::gnu.xml.dom.ls.DomLSParser) _r3_o)._freader;
    return (global::org.xml.sax.XMLReader) _r0_o;
    label42:;
    _r0_o = _ex.getJavaException();
    _ex = null;
    _r1_o = new global::gnu.xml.dom.ls.DomLSException();
    ((global::gnu.xml.dom.ls.DomLSException) _r1_o).@this((short) _r2.i, (global::java.lang.Exception) _r0_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r1_o);
    label49:;
    _r0_o = _ex.getJavaException();
    _ex = null;
    _r1_o = new global::gnu.xml.dom.ls.DomLSException();
    ((global::gnu.xml.dom.ls.DomLSException) _r1_o).@this((short) _r2.i, (global::java.lang.Exception) _r0_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r1_o);
//XMLVM_END_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.xml.sax.XMLReader getXMLReader()]
}
Example #3
0
private global::System.Object getInputSource(global::org.w3c.dom.ls.LSInput n1){
//XMLVM_BEGIN_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.xml.sax.InputSource getInputSource(org.w3c.dom.ls.LSInput)]
    global::System.Object _r0_o = null;
    global::System.Object _r1_o = null;
    global::org.xmlvm._nElement _r2;
    global::System.Object _r2_o = null;
    global::System.Object _r3_o = null;
    global::System.Object _r4_o = null;
    global::System.Object _r5_o = null;
    global::System.Object _r6_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r5_o = this;
    _r6_o = n1;
    _r4_o = null;
    _r0_o = ((global::org.w3c.dom.ls.LSInput) _r6_o).getSystemId();
    _r1_o = ((global::org.w3c.dom.ls.LSInput) _r6_o).getByteStream();
    if (_r1_o == null) goto label112;
    _r2_o = new global::org.xml.sax.InputSource();
    ((global::org.xml.sax.InputSource) _r2_o).@this((global::java.io.InputStream) _r1_o);
    ((global::org.xml.sax.InputSource) _r2_o).setSystemId((global::java.lang.String) _r0_o);
    _r1_o = _r2_o;
    label20:;
    if (_r1_o != null) goto label110;
    _r1_o = ((global::org.w3c.dom.ls.LSInput) _r6_o).getBaseURI();
    if (_r1_o != null) goto label55;
    _r2_o = _r4_o;
    label29:;
    if (_r2_o != null) goto label77;
    try {
    _r2_o = new global::java.net.URL();
    ((global::java.net.URL) _r2_o).@this((global::java.lang.String) _r0_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.net.MalformedURLException) {
            _ex = ex;
            goto label61;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    _r0_o = _r2_o;
    label37:;
    try {
    _r1_o = ((global::java.net.URL) _r0_o).openStream();
    _r0_o = ((global::java.net.URL) _r0_o).toString();
    _r2_o = new global::org.xml.sax.InputSource();
    ((global::org.xml.sax.InputSource) _r2_o).@this((global::java.io.InputStream) _r1_o);
    ((global::org.xml.sax.InputSource) _r2_o).setSystemId((global::java.lang.String) _r0_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    _r0_o = _r2_o;
    label54:;
    return (global::org.xml.sax.InputSource) _r0_o;
    label55:;
    try {
    _r2_o = new global::java.net.URL();
    ((global::java.net.URL) _r2_o).@this((global::java.lang.String) _r1_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.net.MalformedURLException) {
            _ex = ex;
            goto label61;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    goto label29;
    label61:;
    _r2_o = _ex.getJavaException();
    _ex = null;
    if (_r1_o != null) goto label84;
    _r1_o = _r4_o;
    label65:;
    if (_r1_o != null) goto label91;
    try {
    _r1_o = new global::java.io.File();
    ((global::java.io.File) _r1_o).@this((global::java.lang.String) _r0_o);
    _r0_o = ((global::java.io.File) _r1_o).toURL();
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    goto label37;
    label77:;
    try {
    _r3_o = new global::java.net.URL();
    ((global::java.net.URL) _r3_o).@this((global::java.net.URL) _r2_o, (global::java.lang.String) _r0_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.net.MalformedURLException) {
            _ex = ex;
            goto label61;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    _r0_o = _r3_o;
    goto label37;
    label84:;
    try {
    _r2_o = new global::java.io.File();
    ((global::java.io.File) _r2_o).@this((global::java.lang.String) _r1_o);
    _r1_o = _r2_o;
    goto label65;
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    label91:;
    try {
    _r2_o = new global::java.io.File();
    ((global::java.io.File) _r2_o).@this((global::java.io.File) _r1_o, (global::java.lang.String) _r0_o);
    _r0_o = ((global::java.io.File) _r2_o).toURL();
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label101;
        }
        throw ex;
    } // end catch
    goto label37;
    label101:;
    _r0_o = _ex.getJavaException();
    _ex = null;
    _r1_o = new global::gnu.xml.dom.ls.DomLSException();
    _r2.i = 81;
    ((global::gnu.xml.dom.ls.DomLSException) _r1_o).@this((short) _r2.i, (global::java.lang.Exception) _r0_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r1_o);
    label110:;
    _r0_o = _r1_o;
    goto label54;
    label112:;
    _r1_o = _r4_o;
    goto label20;
//XMLVM_END_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.xml.sax.InputSource getInputSource(org.w3c.dom.ls.LSInput)]
}
Example #4
0
private global::System.Object doParse(global::org.w3c.dom.ls.LSInput n1){
//XMLVM_BEGIN_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.w3c.dom.Document doParse(org.w3c.dom.ls.LSInput)]
    global::System.Object _r0_o = null;
    global::org.xmlvm._nElement _r1;
    global::System.Object _r1_o = null;
    global::System.Object _r2_o = null;
    global::org.xmlvm._nElement _r3;
    global::System.Object _r3_o = null;
    global::org.xmlvm._nElement _r4;
    global::System.Object _r4_o = null;
    global::System.Object _r5_o = null;
    global::org.xmlvm._nElement _r6;
    global::System.Object _r7_o = null;
    global::System.Object _r8_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r7_o = this;
    _r8_o = n1;
    _r6.i = 81;
    _r5_o = null;
    _r1_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    if (_r1_o == null) goto label15;
    _r1_o = new global::org.w3c.dom.ls.LSException();
    // Value=parse in progress
    _r2_o = new global::java.lang.String();
    ((global::java.lang.String)_r2_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)112)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 32)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 32)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 115))}));
    ((global::org.w3c.dom.ls.LSException) _r1_o).@this((short) _r6.i, (global::java.lang.String) _r2_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::org.w3c.dom.ls.LSException) _r1_o);
    label15:;
    _r1_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o).getInputSource((global::org.w3c.dom.ls.LSInput) _r8_o);
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._ffilter;
    if (_r2_o != null) goto label169;
    _r2_o = new global::gnu.xml.dom.ls.SAXEventSink();
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o).@this();
    label28:;
    ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink = (global::gnu.xml.dom.ls.SAXEventSink) _r2_o;
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r3.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fnamespaceAware ? 1 : 0;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o).setNamespaceAware(0!=_r3.i);
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r3.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fignoreWhitespace ? 1 : 0;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o)._fignoreWhitespace = 0!=_r3.i;
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r3.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fexpandEntityReferences ? 1 : 0;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o)._fexpandEntityReferences = 0!=_r3.i;
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r3.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fignoreComments ? 1 : 0;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o)._fignoreComments = 0!=_r3.i;
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r3.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fcoalescing ? 1 : 0;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r2_o)._fcoalescing = 0!=_r3.i;
    _r2_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o).getXMLReader();
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    ((global::gnu.xml.dom.ls.SAXEventSink) _r3_o)._freader = (global::org.xml.sax.XMLReader) _r2_o;
    try {
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    ((global::org.xml.sax.XMLReader) _r2_o).setContentHandler((global::org.xml.sax.ContentHandler) _r3_o);
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    ((global::org.xml.sax.XMLReader) _r2_o).setDTDHandler((global::org.xml.sax.DTDHandler) _r3_o);
    // Value=http://xml.org/sax/properties/lexical-handler
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 104)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 100)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114))}));
    _r4_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    ((global::org.xml.sax.XMLReader) _r2_o).setProperty((global::java.lang.String) _r3_o, (global::java.lang.Object) _r4_o);
    // Value=http://xml.org/sax/properties/declaration-handler
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 100)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 104)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 100)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114))}));
    _r4_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    ((global::org.xml.sax.XMLReader) _r2_o).setProperty((global::java.lang.String) _r3_o, (global::java.lang.Object) _r4_o);
    // Value=http://xml.org/sax/features/namespaces
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115))}));
    _r4.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fnamespaceAware ? 1 : 0;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    // Value=http://xml.org/sax/features/namespace-prefixes
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115))}));
    _r4.i = 1;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    // Value=http://xml.org/sax/features/validation
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 118)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 100)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 110))}));
    _r4.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fvalidating ? 1 : 0;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::org.w3c.dom.DOMException) {
            _ex = ex;
            goto label178;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label182;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label191;
        }
        throw ex;
    } // end catch
    try {
    // Value=http://gnu.org/sax/features/coalescing
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 99)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 103))}));
    _r4.i = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fcoalescing ? 1 : 0;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::org.xml.sax.SAXNotRecognizedException) {
            _ex = ex;
            goto label204;
        }
        if (_java_exception is global::org.w3c.dom.DOMException) {
            _ex = ex;
            goto label178;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label182;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label191;
        }
        throw ex;
    } // end catch
    label120:;
    try {
    // Value=http://xml.org/sax/features/use-attributes2
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 98)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 50))}));
    _r4.i = 1;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::org.xml.sax.SAXNotRecognizedException) {
            _ex = ex;
            goto label202;
        }
        if (_java_exception is global::org.w3c.dom.DOMException) {
            _ex = ex;
            goto label178;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label182;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label191;
        }
        throw ex;
    } // end catch
    label126:;
    try {
    // Value=http://xml.org/sax/features/external-general-entities
    _r3_o = new global::java.lang.String();
    ((global::java.lang.String)_r3_o).@this(new global::org.xmlvm._nArrayAdapter<char>(new char[] {unchecked((char) unchecked((uint)104)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 112)), unchecked((char) unchecked((uint) 58)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 109)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 46)), unchecked((char) unchecked((uint) 111)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 102)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 117)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115)), unchecked((char) unchecked((uint) 47)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 120)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 103)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 114)), unchecked((char) unchecked((uint) 97)), unchecked((char) unchecked((uint) 108)), unchecked((char) unchecked((uint) 45)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 110)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 116)), unchecked((char) unchecked((uint) 105)), unchecked((char) unchecked((uint) 101)), unchecked((char) unchecked((uint) 115))}));
    _r4.i = 1;
    ((global::org.xml.sax.XMLReader) _r2_o).setFeature((global::java.lang.String) _r3_o, 0!=_r4.i);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::org.xml.sax.SAXNotRecognizedException) {
            _ex = ex;
            goto label200;
        }
        if (_java_exception is global::org.w3c.dom.DOMException) {
            _ex = ex;
            goto label178;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label182;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label191;
        }
        throw ex;
    } // end catch
    label132:;
    try {
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._fentityResolver;
    ((global::org.xml.sax.XMLReader) _r2_o).setEntityResolver((global::org.xml.sax.EntityResolver) _r3_o);
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._ferrorHandler;
    ((global::org.xml.sax.XMLReader) _r2_o).setErrorHandler((global::org.xml.sax.ErrorHandler) _r3_o);
    ((global::org.xml.sax.XMLReader) _r2_o).parse((global::org.xml.sax.InputSource) _r1_o);
    }
    catch (global::System.Exception e) {
 global::org.xmlvm._nExceptionAdapter ex = e as global::org.xmlvm._nExceptionAdapter ?? new global::org.xmlvm._nExceptionAdapter(e.ToString(), e.ToJavaException());
        global::System.Object _java_exception = ex.getJavaException();
        if (_java_exception is global::org.w3c.dom.DOMException) {
            _ex = ex;
            goto label178;
        }
        if (_java_exception is global::org.xml.sax.SAXException) {
            _ex = ex;
            goto label182;
        }
        if (_java_exception is global::java.io.IOException) {
            _ex = ex;
            goto label191;
        }
        throw ex;
    } // end catch
    _r1_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink;
    _r2_o = ((global::gnu.xml.dom.ls.SAXEventSink) _r1_o)._fdoc;
    _r3_o = ((global::org.w3c.dom.ls.LSInput) _r8_o).getSystemId();
    if (_r3_o == null) goto label166;
    _r1.i = ((_r2_o != null) && (_r2_o is global::gnu.xml.dom.DomDocument)) ? 1 : 0;
    if (_r1.i == 0) goto label166;
    _r0_o = _r2_o;
    _r1_o = _r0_o;
    ((global::gnu.xml.dom.DomDocument) _r1_o).setDocumentURI((global::java.lang.String) _r3_o);
    label166:;
    ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink = (global::gnu.xml.dom.ls.SAXEventSink) _r5_o;
    return (global::org.w3c.dom.Document) _r2_o;
    label169:;
    _r2_o = new global::gnu.xml.dom.ls.FilteredSAXEventSink();
    _r3_o = ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._ffilter;
    ((global::gnu.xml.dom.ls.FilteredSAXEventSink) _r2_o).@this((global::org.w3c.dom.ls.LSParserFilter) _r3_o);
    goto label28;
    label178:;
    _r1_o = _ex.getJavaException();
    _ex = null;
    ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink = (global::gnu.xml.dom.ls.SAXEventSink) _r5_o;
    throw new global::org.xmlvm._nExceptionAdapter((global::System.Object) _r1_o);
    label182:;
    _r1_o = _ex.getJavaException();
    _ex = null;
    ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink = (global::gnu.xml.dom.ls.SAXEventSink) _r5_o;
    _r2_o = new global::gnu.xml.dom.ls.DomLSException();
    ((global::gnu.xml.dom.ls.DomLSException) _r2_o).@this((short) _r6.i, (global::java.lang.Exception) _r1_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r2_o);
    label191:;
    _r1_o = _ex.getJavaException();
    _ex = null;
    ((global::gnu.xml.dom.ls.DomLSParser) _r7_o)._feventSink = (global::gnu.xml.dom.ls.SAXEventSink) _r5_o;
    _r2_o = new global::gnu.xml.dom.ls.DomLSException();
    ((global::gnu.xml.dom.ls.DomLSException) _r2_o).@this((short) _r6.i, (global::java.lang.Exception) _r1_o);
    throw new global::org.xmlvm._nExceptionAdapter((global::gnu.xml.dom.ls.DomLSException) _r2_o);
    label200:;
    _r3_o = _ex.getJavaException();
    _ex = null;
    goto label132;
    label202:;
    _r3_o = _ex.getJavaException();
    _ex = null;
    goto label126;
    label204:;
    _r3_o = _ex.getJavaException();
    _ex = null;
    goto label120;
//XMLVM_END_WRAPPER[gnu.xml.dom.ls.DomLSParser: org.w3c.dom.Document doParse(org.w3c.dom.ls.LSInput)]
}