-
public final class AXRelatedNode
-
-
Constructor Summary
Constructors Constructor Description AXRelatedNode(Integer backendDOMNodeId, String idref, String text)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final AXRelatedNodecopy(Integer backendDOMNodeId, String idref, String text)final IntegergetBackendDOMNodeId()The BackendNodeId of the related DOM node. final StringgetIdref()The IDRef value provided, if any. final StringgetText()The text alternative of this node in the current context. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final AXRelatedNode copy(Integer backendDOMNodeId, String idref, String text)
-
getBackendDOMNodeId
final Integer getBackendDOMNodeId()
The BackendNodeId of the related DOM node.
-
-
-
-