Name

GroveText — Text node of the XML grove.

Synopsis

class GroveText (GroveNodeSernaApi::GroveNode) :
  # construct/copy/destruct
  __init__(SernaApiBase *)
  __init__(const SString &)
  __del__()

  # public member functions

  SString data() const
  None setData(const SString &) 
  bool isEmpty() const

Description

GroveText construct/copy/destruct

  1. __init__(SernaApiBase * )


  2. __init__(const SString & value)


  3. __del__()


GroveText public member functions

  1. SString data() const

    Get text value as string.


  2. None setData(const SString & s)

    Set new text value.


  3. bool isEmpty() const

    Check whether content of this node is empty (does not contain any non-whitespace characters)