OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_onElement
(Results
1 - 2
of
2
) sorted by null
/external/testng/src/main/java/org/testng/xml/dom/
Wrapper.java
12
private OnElement
m_onElement
;
20
if (a instanceof OnElement)
m_onElement
= (OnElement) a;
28
if (
m_onElement
!= null) return
m_onElement
.tag();
35
if (
m_onElement
!= null) {
37
for (String attributeName :
m_onElement
.attributes()) {
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 35 milliseconds