-
public final class AXNodeA node in the accessibility tree.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnodeIdprivate final Booleanignoredprivate final List<AXProperty>ignoredReasonsprivate final AXValueroleprivate final AXValuenameprivate final AXValuedescriptionprivate final AXValuevalueprivate final List<AXProperty>propertiesprivate final List<String>childIdsprivate final IntegerbackendDOMNodeId
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final List<AXProperty>component3()final AXValuecomponent4()final AXValuecomponent5()final AXValuecomponent6()final AXValuecomponent7()final List<AXProperty>component8()final List<String>component9()final Integercomponent10()final AXNodecopy(String nodeId, Boolean ignored, List<AXProperty> ignoredReasons, AXValue role, AXValue name, AXValue description, AXValue value, List<AXProperty> properties, List<String> childIds, Integer backendDOMNodeId)final StringgetNodeId()Unique identifier for this node. final BooleangetIgnored()Whether this node is ignored for accessibility final List<AXProperty>getIgnoredReasons()Collection of reasons why this node is hidden. final AXValuegetRole()This Node's role, whether explicit or implicit.final AXValuegetName()The accessible name for this Node.final AXValuegetDescription()The accessible description for this Node.final AXValuegetValue()The value for this Node.final List<AXProperty>getProperties()All other properties final List<String>getChildIds()IDs for each of this node's child nodes. final IntegergetBackendDOMNodeId()The backend ID for the associated DOM node, if any. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
component3
final List<AXProperty> component3()
-
component4
final AXValue component4()
-
component5
final AXValue component5()
-
component6
final AXValue component6()
-
component7
final AXValue component7()
-
component8
final List<AXProperty> component8()
-
component9
final List<String> component9()
-
component10
final Integer component10()
-
copy
final AXNode copy(String nodeId, Boolean ignored, List<AXProperty> ignoredReasons, AXValue role, AXValue name, AXValue description, AXValue value, List<AXProperty> properties, List<String> childIds, Integer backendDOMNodeId)
-
getIgnored
final Boolean getIgnored()
Whether this node is ignored for accessibility
-
getIgnoredReasons
final List<AXProperty> getIgnoredReasons()
Collection of reasons why this node is hidden.
-
getDescription
final AXValue getDescription()
The accessible description for this
Node.
-
getProperties
final List<AXProperty> getProperties()
All other properties
-
getChildIds
final List<String> getChildIds()
IDs for each of this node's child nodes.
-
getBackendDOMNodeId
final Integer getBackendDOMNodeId()
The backend ID for the associated DOM node, if any.
-
-
-
-