Python and the XML Document Object Model (DOM) with 4Suite
14.14. The Text class
These objects hold text nodes.
xml4create.py
# - - - - - c l a s s T e x t - - - - -
class Text:
"""Represents a text node.
State/Invariants:
.node: [ a DOM Text node holding the text content ]
"""