public class ElementBuilderImpl<FLUENT> extends AbstractNegatable<ElementBuilder> implements ElementBuilder<FLUENT>
| Constructor and Description |
|---|
ElementBuilderImpl(ElementConditionFactory factory,
FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
AttributeBuilder<FLUENT> |
attribute(String attribute)
Returns an attribute condition builder which can be used to formulate
conditions related to the given attribute.
|
protected ElementBuilder |
copy() |
IsNotElementBuilder<FLUENT> |
is()
Returns a condition builder for conditions with "is" prefix.
|
NotStringMatcher<FLUENT> |
text()
Returns a string matcher for the text inside the element.
|
AttributeBuilder<FLUENT> |
value()
Returns an attribute condition builder for 'value' attribute'
|
getNegation, not, setNegationpublic ElementBuilderImpl(ElementConditionFactory factory, FluentBase<FLUENT> fluentBase)
protected ElementBuilder copy()
copy in class AbstractNegatable<ElementBuilder>public AttributeBuilder<FLUENT> attribute(String attribute)
ElementBuilderattribute in interface ElementBuilder<FLUENT>public IsNotElementBuilder<FLUENT> is()
ElementBuilderis in interface ElementBuilder<FLUENT>public NotStringMatcher<FLUENT> text()
ElementBuildertext in interface ElementBuilder<FLUENT>public AttributeBuilder<FLUENT> value()
ElementBuildervalue in interface ElementBuilder<FLUENT>ElementBuilder.attribute(java.lang.String)Copyright © 2013 JBoss by Red Hat. All Rights Reserved.