Class TagMatcher


  • public class TagMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TagMatcher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean matches​(org.w3c.dom.Element e, java.lang.String pattern)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagMatcher

        public TagMatcher()
    • Method Detail

      • matches

        public static boolean matches​(org.w3c.dom.Element e,
                                      java.lang.String pattern)