Home | History | Annotate | Download | only in dom
      1 package org.testng.xml.dom;
      2 
      3 public interface ITagFactory {
      4 
      5   Class<?> getClassForTag(String tag);
      6 }
      7