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