Class TagNodeAttExistsCondition

  • All Implemented Interfaces:
    ITagNodeCondition

    public class TagNodeAttExistsCondition
    extends java.lang.Object
    implements ITagNodeCondition
    Checks if node contains specified attribute.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attName  
    • 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
    • Field Detail

      • attName

        private java.lang.String attName
    • Constructor Detail

      • TagNodeAttExistsCondition

        public TagNodeAttExistsCondition​(java.lang.String attName)