public class DelegationTerms extends AbstractTerms
Constructor and Description |
---|
DelegationTerms(IEvalTarget delegationTarget) |
public DelegationTerms(IEvalTarget delegationTarget)
delegationTarget
- the delegation target.public boolean isClickable(IEvalTarget target)
isClickable
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isClickable()
public boolean isEditable(IEvalTarget target)
isEditable
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isEditable()
public boolean hasContent(IEvalTarget target)
hasContent
in class AbstractTerms
target
- the node to be evaluatedVocabulary.hasContent()
public boolean hasReadingContent(IEvalTarget target)
hasReadingContent
in class AbstractTerms
target
- the node to be evaluatedVocabulary.hasReadingContent()
public boolean isEnabled(IEvalTarget target)
isEnabled
in class AbstractTerms
target
- the node to be evaluatedpublic boolean isInputable(IEvalTarget target)
isInputable
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isInputable()
public boolean isSelectable(IEvalTarget target)
isSelectable
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isSelectable()
public boolean isMultiSelectable(IEvalTarget target)
isMultiSelectable
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isMultiSelectable()
public boolean isButton(IEvalTarget target)
isButton
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isButton()
public boolean isListItem(IEvalTarget target)
isListItem
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isListItem()
public boolean isListTop(IEvalTarget target)
isListTop
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isListTop()
public boolean isCheckbox(IEvalTarget target)
isCheckbox
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isCheckbox()
public boolean isChecked(IEvalTarget target)
isChecked
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isChecked()
public boolean isLabel(IEvalTarget target)
isLabel
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isLabel()
public boolean isLink(IEvalTarget target)
isLink
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isLink()
public boolean isVisitedLink(IEvalTarget target)
isVisitedLink
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isVisitedLink()
public boolean isRadio(IEvalTarget target)
isRadio
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isRadio()
public boolean isCombobox(IEvalTarget target)
isCombobox
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isCombobox()
public boolean isSubmit(IEvalTarget target)
isSubmit
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isSubmit()
public boolean isFileEdit(IEvalTarget target)
isFileEdit
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isFileEdit()
public boolean isTextarea(IEvalTarget target)
isTextarea
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isTextarea()
public boolean isTextbox(IEvalTarget target)
isTextbox
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isTextbox()
public boolean isPassword(IEvalTarget target)
isPassword
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isPassword()
public boolean isValidNode(IEvalTarget target)
isValidNode
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isValidNode()
public boolean isVisibleNode(IEvalTarget target)
isVisibleNode
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isVisibleNode()
public boolean isEmbeddedObject(IEvalTarget target)
isEmbeddedObject
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isEmbeddedObject()
public boolean isImage(IEvalTarget target)
isImage
in class AbstractTerms
target
- the node to be evaluatedVocabulary.isImage()
public boolean isMultilineEdit(IEvalTarget node)
isMultilineEdit
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isMultilineEdit()
public boolean isSelectOption(IEvalTarget node)
isSelectOption
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isSelectOption()
public boolean isReducible(IEvalTarget node)
isReducible
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isReducible()
public boolean isConnectable(IEvalTarget node)
isConnectable
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isConnectable()
public boolean find(String str, boolean exact, IEvalTarget node)
find
in class AbstractTerms
str
- the str to be searched in the text of the nodeexact
- whether the matching is case sensitive or notnode
- the node to be evaluatedVocabulary.find(String, boolean)
public boolean startsWith(String str, boolean exact, IEvalTarget node)
startsWith
in class AbstractTerms
str
- the str to be checked in the text of the nodenode
- the node to be evaluatedVocabulary.startsWith(String, boolean)
public boolean isHeading(int level, IEvalTarget node)
isHeading
in class AbstractTerms
level
- the level of the headingnode
- the node to be evaluatedVocabulary.isHeading()
public boolean isHeadingJumpPoint(IEvalTarget node)
isHeadingJumpPoint
in class AbstractTerms
node
- the node to be evaluatedpublic boolean nodeLocation(Node refNode, boolean backward, IEvalTarget node)
nodeLocation
in class AbstractTerms
refNode
- the reference node for the evaluationbackward
- the direction of the evaluationnode
- the node to be evaluatedVocabulary.nodeLocation(Node, boolean)
public boolean isAccessKey(char key, IEvalTarget node)
isAccessKey
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isAccessKey(char)
public boolean isListItemJumpPoint(IEvalTarget node)
isListItemJumpPoint
in class AbstractTerms
node
- the node to be evaluatedpublic boolean isBlockJumpPointF(IEvalTarget node)
isBlockJumpPointF
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isBlockJumpPointF()
public boolean isBlockJumpPointB(IEvalTarget node)
isBlockJumpPointB
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isBlockJumpPointB()
public boolean isMedia(IEvalTarget node)
isMedia
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isMedia()
public boolean isFlashTopNode(IEvalTarget node)
isFlashTopNode
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isFlashTopNode()
public boolean isFlashLastNode(IEvalTarget node)
isFlashLastNode
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isFlashLastNode()
public boolean isMSAAFlash(IEvalTarget node)
isMSAAFlash
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isMSAAFlash()
public boolean isReachable(IEvalTarget node, Node target)
isReachable
in class AbstractTerms
node
- the node to be evaluatedtarget
- the target node for the evaluation of reachingVocabulary.isReachable(Node)
public boolean isAlterable(IEvalTarget node)
isAlterable
in class AbstractTerms
node
- the node to be evaluatedVocabulary.isAlterable()