Name

GroveStripInfo — Holds grove nodes stripping information.

Synopsis

class GroveStripInfo (SimpleWrappedObjectSernaApi::SimpleWrappedObject) :
  # construct/copy/destruct
  __init__(const SernaApiBase * = 0)

  # public member functions

  bool checkStrip(const GroveElement &) const
  None strip(const GroveNode &) const

Description

GroveStripInfo construct/copy/destruct

  1. __init__(const SernaApiBase * = 0)


GroveStripInfo public member functions

  1. bool checkStrip(const GroveElement & elem) const

    Returns TRUE if contents of elem can be safely stripped, or FALSE when linefeeds and whitespaces needs to be preserved.


  2. None strip(const GroveNode & node) const

    Mark as strip node.