Module LibXML

  1. ext/libxml/libxml.c
  2. ext/libxml/libxml.c
  3. lib/libxml/attr.rb
  4. lib/libxml/attributes.rb
  5. lib/libxml/attr_decl.rb
  6. lib/libxml/document.rb
  7. lib/libxml/error.rb
  8. lib/libxml/html_parser.rb
  9. lib/libxml/namespace.rb
  10. lib/libxml/namespaces.rb
  11. lib/libxml/node.rb
  12. lib/libxml/ns.rb
  13. lib/libxml/parser.rb
  14. lib/libxml/properties.rb
  15. lib/libxml/reader.rb
  16. lib/libxml/sax_callbacks.rb
  17. lib/libxml/sax_parser.rb
  18. lib/libxml/tree.rb
  19. lib/libxml/xpath_object.rb
  20. show all
 The libxml gem provides Ruby language bindings for GNOME's Libxml2
 XML toolkit.  To get started you may:

  require 'test_helper'
  document = XML::Document.new

 However, when creating an application or library you plan to
 redistribute, it is best to not add the LibXML module to the global
 namespace, in which case you can either write your code like this:

  require 'libxml'
  document = LibXML::XML::Document.new

 Refer to the README file to get started and the LICENSE file for
 copyright and distribution information.

# ---
 The libxml gem provides Ruby language bindings for GNOME's Libxml2
 XML toolkit.  To get started you may:

  require 'test_helper'
  document = XML::Document.new

 However, when creating an application or library you plan to
 redistribute, it is best to not add the LibXML module to the global
 namespace, in which case you can either write your code like this:

  require 'libxml'
  document = LibXML::XML::Document.new

 Refer to the README file to get started and the LICENSE file for
 copyright and distribution information.

# ---

# encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8 # — # encoding: UTF-8

Classes and Modules

Module LibXML::XML