Class AXRelatedNode


  • public class AXRelatedNode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AXRelatedNode​(BackendNodeId backendDOMNodeId, java.lang.String idref, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BackendNodeId getBackendDOMNodeId()
      The BackendNodeId of the related DOM node.
      java.lang.String getIdref()
      The IDRef value provided, if any.
      java.lang.String getText()
      The text alternative of this node in the current context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AXRelatedNode

        public AXRelatedNode​(BackendNodeId backendDOMNodeId,
                             java.lang.String idref,
                             java.lang.String text)
    • Method Detail

      • getBackendDOMNodeId

        public BackendNodeId getBackendDOMNodeId()
        The BackendNodeId of the related DOM node.
      • getIdref

        public java.lang.String getIdref()
        The IDRef value provided, if any.
      • getText

        public java.lang.String getText()
        The text alternative of this node in the current context.