Lines Matching refs:xmlArray
39 String[] xmlArray = new String[50]; in updateProtocolHandler() local
47 xmlArray[count] = s; in updateProtocolHandler()
68 out.write(xmlArray[i]+"\n"); in updateProtocolHandler()
69 …if( ( xmlArray[i].indexOf( "<node oor:name=\"HandlerSet\">" ) != -1 ) && ( xmlArray[i+1].indexOf( … in updateProtocolHandler()
113 String[] xmlArray = new String[50]; in updateScriptXLC() local
121 xmlArray[count] = s; in updateScriptXLC()
144 out.write(xmlArray[i]+"\n"); in updateScriptXLC()
145 …if( ( xmlArray[i].indexOf( "<library:libraries xmlns:library" ) != -1 ) && ( xmlArray[i+1].indexOf… in updateScriptXLC()
189 String[] xmlArray = new String[50]; in updateDialogXLC() local
197 xmlArray[count] = s; in updateDialogXLC()
220 out.write(xmlArray[i]+"\n"); in updateDialogXLC()
221 …if( ( xmlArray[i].indexOf( "<library:libraries xmlns:library" ) != -1 ) && ( xmlArray[i+1].indexOf… in updateDialogXLC()