Cleared up docs a bit of XML::Node.
This commit is contained in:
parent
30845e3d65
commit
4e2b7f529d
|
@ -1,8 +1,9 @@
|
|||
module Oga
|
||||
module XML
|
||||
##
|
||||
# A single, generic XML node that can have a parent, next, previous and
|
||||
# child nodes.
|
||||
# A generic XML node. Instances of this class can belong to a
|
||||
# {Oga::XML::NodeSet} and can be used to query surrounding and parent
|
||||
# nodes.
|
||||
#
|
||||
# @!attribute [rw] node_set
|
||||
# @return [Oga::XML::NodeSet]
|
||||
|
|
Loading…
Reference in New Issue