Nokogiri::XML::Text

class Nokogiri::XML::Text

Parent:
Nokogiri::XML::CharacterData

Wraps Text nodes.

Public Class Methods

new(content, document) Show source

Create a new Text element on the document with content

static VALUE new(int argc, VALUE *argv, VALUE klass)
{
  xmlDocPtr doc