Node.nodeValue

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

Meta