AccessibleNode.valueText

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void valueText(Optional!(T0) valueText)
    struct AccessibleNode
    nothrow
    void
    valueText
    (
    T0
    )
    (
    scope auto ref Optional!(T0) valueText
    )
    if (
    isTOrPointer!(T0, string)
    )
  2. Optional!(string) valueText()

Meta