class Builder::XmlMarkup

def _text(text)

Insert text directly in to the builder's target.
def _text(text)
  @target << text
end