Class: Nokogiri::HTML::Builder
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Nokogiri::XML::Builder
|
|
|
Instance Chain:
|
|
| Inherits: |
Nokogiri::XML::Builder
|
| Defined in: | lib/nokogiri/html.rb |
Overview
š” This class is an alias for ::Nokogiri::HTML4::Builder as of v1.12.0.
Constant Summary
::Nokogiri::ClassResolver - Included
::Nokogiri::XML::Builder - Inherited
Class Method Summary
::Nokogiri::XML::Builder - Inherited
Instance Attribute Summary
::Nokogiri::XML::Builder - Inherited
Instance Method Summary
::Nokogiri::XML::Builder - Inherited
| #<< | Append the given raw |
| #[] | Build a tag that is associated with namespace |
| #cdata | Create a CDATA Node with content of |
| #comment | Create a Comment Node with content of |
| #text | Create a Text Node with content of |
| #to_xml | Convert this |
| #bind_ns, | |
| #insert | Insert |
| #method_missing | |
::Nokogiri::ClassResolver - Included
| #related_class | Find a class constant within the. |
Constructor Details
This class inherits a constructor from Nokogiri::XML::Builder
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Nokogiri::XML::Builder