public class AXNode extends Object
| Constructor and Description |
|---|
AXNode() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackendDOMNodeId()
The backend ID for the associated DOM node, if any.
|
List<String> |
getChildIds()
IDs for each of this node's child nodes.
|
AXValue |
getDescription()
The accessible description for this `Node`.
|
Boolean |
getIgnored()
Whether this node is ignored for accessibility
|
List<AXProperty> |
getIgnoredReasons()
Collection of reasons why this node is hidden.
|
AXValue |
getName()
The accessible name for this `Node`.
|
String |
getNodeId()
Unique identifier for this node.
|
List<AXProperty> |
getProperties()
All other properties
|
AXValue |
getRole()
This `Node`'s role, whether explicit or implicit.
|
AXValue |
getValue()
The value for this `Node`.
|
void |
setBackendDOMNodeId(Integer backendDOMNodeId)
The backend ID for the associated DOM node, if any.
|
void |
setChildIds(List<String> childIds)
IDs for each of this node's child nodes.
|
void |
setDescription(AXValue description)
The accessible description for this `Node`.
|
void |
setIgnored(Boolean ignored)
Whether this node is ignored for accessibility
|
void |
setIgnoredReasons(List<AXProperty> ignoredReasons)
Collection of reasons why this node is hidden.
|
void |
setName(AXValue name)
The accessible name for this `Node`.
|
void |
setNodeId(String nodeId)
Unique identifier for this node.
|
void |
setProperties(List<AXProperty> properties)
All other properties
|
void |
setRole(AXValue role)
This `Node`'s role, whether explicit or implicit.
|
void |
setValue(AXValue value)
The value for this `Node`.
|
public String getNodeId()
public void setNodeId(String nodeId)
public Boolean getIgnored()
public void setIgnored(Boolean ignored)
public List<AXProperty> getIgnoredReasons()
public void setIgnoredReasons(List<AXProperty> ignoredReasons)
public AXValue getRole()
public void setRole(AXValue role)
public AXValue getName()
public void setName(AXValue name)
public AXValue getDescription()
public void setDescription(AXValue description)
public AXValue getValue()
public void setValue(AXValue value)
public List<AXProperty> getProperties()
public void setProperties(List<AXProperty> properties)
public Integer getBackendDOMNodeId()
public void setBackendDOMNodeId(Integer backendDOMNodeId)
Copyright © 2020. All rights reserved.