Searched refs:oTags (Results 1 – 1 of 1) sorted by relevance
171 Object[] oTags; in processActionForXMLChecker() local195 oTags = new Object[tagsNum]; in processActionForXMLChecker()198 oTags[j-1] = (Object[]) filterRule[j]; in processActionForXMLChecker()203 for (int i=0; i<oTags.length; i++) { in processActionForXMLChecker()204 if (oTags[i] instanceof Object[]) { in processActionForXMLChecker()205 oTag = (Object[]) oTags[i]; in processActionForXMLChecker()207 } else if (oTags[i] instanceof Object) { in processActionForXMLChecker()209 oTag[0] = (Object) oTags[i]; in processActionForXMLChecker()
Completed in 13 milliseconds