Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/
H A DDocumentHandler.java172 Object[] oTag; in processActionForXMLChecker() local
205 oTag = (Object[]) oTags[i]; in processActionForXMLChecker()
206 oTagName = (String) oTag[0]; in processActionForXMLChecker()
208 oTag = new Object[1]; in processActionForXMLChecker()
209 oTag[0] = (Object) oTags[i]; in processActionForXMLChecker()
210 oTagName = (String) oTag[0]; in processActionForXMLChecker()
218 if (oTag.length == 3) { in processActionForXMLChecker()
219 if ((oTag[1] instanceof String)&&(oTag[2] instanceof String)) { in processActionForXMLChecker()
221 (String) oTag[1], (String) oTag[2])); in processActionForXMLChecker()
232 } else if (oTag.length == 2) { in processActionForXMLChecker()
[all …]

Completed in 15 milliseconds