public interface ElementProperty
Path.
Used with the method Path.that(com.github.loyada.jdollarx.ElementProperty...) , and Path.and(com.github.loyada.jdollarx.ElementProperty...).| Modifier and Type | Method and Description |
|---|---|
default ElementProperty |
and(ElementProperty prop)
returns a new property, that is a combination of the current property AND the given property parameter.
|
default ElementProperty |
andNot(ElementProperty prop)
returns a new property, that is equivalent to the current property, BUT NOT the property parameter.
|
default ElementProperty |
or(ElementProperty prop)
returns a new property, that is a combination of the current property OR the given property parameter.
|
String |
toXpath() |
String toXpath()
default ElementProperty or(ElementProperty prop)
prop - another property to perform a logical "OR" withdefault ElementProperty and(ElementProperty prop)
prop - another property to perform a logical "AND" withdefault ElementProperty andNot(ElementProperty prop)
prop - another property to perform a logical "NAND" withCopyright © 2018. All rights reserved.