Uses of Interface
org.testng.xml.dom.ITagFactory
-
Packages that use ITagFactory Package Description org.testng.xml.dom -
-
Uses of ITagFactory in org.testng.xml.dom
Classes in org.testng.xml.dom that implement ITagFactory Modifier and Type Class Description class
TestNGTagFactory
Fields in org.testng.xml.dom declared as ITagFactory Modifier and Type Field Description private ITagFactory
XDom. m_tagFactory
Constructors in org.testng.xml.dom with parameters of type ITagFactory Constructor Description XDom(ITagFactory tagFactory, org.w3c.dom.Document document)
-