Class: FastXml::Node
- Inherits:
-
Object
- Object
- FastXml::Node
- Includes:
- Common
- Defined in:
- lib/fastxml_lib.rb,
ext/fastxml.c
Instance Method Summary collapse
- #attr ⇒ Object
- #children ⇒ Object
- #content ⇒ Object
- #content= ⇒ Object
- #doc? ⇒ Boolean
-
#initialize ⇒ Object
constructor
Node.
- #inner_xml ⇒ Object
- #inspect ⇒ Object
- #name ⇒ Object
- #next ⇒ Object
- #parent ⇒ Object
- #prev ⇒ Object
- #search ⇒ Object
- #to_s ⇒ Object
- #xpath ⇒ Object
Methods included from Common
#/, #at, #children_of_type, #each_child
Constructor Details
#initialize ⇒ Object
Node
Instance Method Details
#attr ⇒ Object
#children ⇒ Object
#content ⇒ Object
#content= ⇒ Object
#doc? ⇒ Boolean
54 55 56 |
# File 'lib/fastxml_lib.rb', line 54 def doc? false end |