public class AXRelatedNode extends Object
| Constructor and Description |
|---|
AXRelatedNode() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackendDOMNodeId()
The BackendNodeId of the related DOM node.
|
String |
getIdref()
The IDRef value provided, if any.
|
String |
getText()
The text alternative of this node in the current context.
|
void |
setBackendDOMNodeId(Integer backendDOMNodeId)
The BackendNodeId of the related DOM node.
|
void |
setIdref(String idref)
The IDRef value provided, if any.
|
void |
setText(String text)
The text alternative of this node in the current context.
|
public Integer getBackendDOMNodeId()
public void setBackendDOMNodeId(Integer backendDOMNodeId)
public String getIdref()
public void setIdref(String idref)
public String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.