Class TagNodeAttValueCondition

  • All Implemented Interfaces:
    ITagNodeCondition

    public class TagNodeAttValueCondition
    extends java.lang.Object
    implements ITagNodeCondition
    Checks if node has specified attribute with specified value.
    • Constructor Summary

      Constructors 
      Constructor Description
      TagNodeAttValueCondition​(java.lang.String attName, java.lang.String attValue, boolean isCaseSensitive)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean satisfy​(TagNode tagNode)  
      • Methods inherited from class java.lang.Object

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

      • TagNodeAttValueCondition

        public TagNodeAttValueCondition​(java.lang.String attName,
                                        java.lang.String attValue,
                                        boolean isCaseSensitive)