Class ElementSelectors.CanBeComparedPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.Element e1  
      private org.w3c.dom.Element e2  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CanBeComparedPredicate​(org.w3c.dom.Element e1, org.w3c.dom.Element e2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(ElementSelector es)  
      • Methods inherited from class java.lang.Object

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

      • e1

        private final org.w3c.dom.Element e1
      • e2

        private final org.w3c.dom.Element e2
    • Constructor Detail

      • CanBeComparedPredicate

        private CanBeComparedPredicate​(org.w3c.dom.Element e1,
                                       org.w3c.dom.Element e2)