Home
last modified time | relevance | path

Searched refs:xmlArray (Results 1 – 1 of 1) sorted by relevance

/trunk/main/scripting/workben/installer/
H A DFileUpdater.java39 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()
[all …]

Completed in 6 milliseconds