예제 #1
0
public virtual global::System.Object createNewTextElement(global::java.lang.String n1){
//XMLVM_BEGIN_WRAPPER[com.codename1.xml.XMLParser: com.codename1.xml.Element createNewTextElement(java.lang.String)]
    global::org.xmlvm._nElement _r0;
    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 _r2_o = null;
    global::org.xmlvm._nElement _r3;
    global::System.Object _r3_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r2_o = this;
    _r3_o = n1;
    _r0_o = new global::com.codename1.xml.Element();
    _r1.i = 1;
    ((global::com.codename1.xml.Element) _r0_o).@this((global::java.lang.String) _r3_o, 0!=_r1.i);
    _r1.i = ((global::com.codename1.xml.XMLParser) _r2_o)._fcaseSensitive ? 1 : 0;
    ((global::com.codename1.xml.Element) _r0_o)._fcaseSensitive = 0!=_r1.i;
    return (global::com.codename1.xml.Element) _r0_o;
//XMLVM_END_WRAPPER[com.codename1.xml.XMLParser: com.codename1.xml.Element createNewTextElement(java.lang.String)]
}
예제 #2
0
public static void @static(){
//XMLVM_BEGIN_WRAPPER[com.codename1.xml.XMLParser: void <clinit>()]
    global::org.xmlvm._nElement _r0;
    global::System.Object _r0_o = null;
    global::org.xmlvm._nExceptionAdapter _ex = null;
    _r0.i = -1;
    global::com.codename1.xml.XMLParser._fbuffSize = _r0.i;
    _r0_o = new global::com.codename1.xml.Element();
    ((global::com.codename1.xml.Element) _r0_o).@this();
    global::com.codename1.xml.XMLParser._fEND_1TAG = (global::com.codename1.xml.Element) _r0_o;
    return;
//XMLVM_END_WRAPPER[com.codename1.xml.XMLParser: void <clinit>()]
}