[ :element, parent, name, attributes, children* ] a = Node.new a << "B" # => <a>B</a> a.b # => <a>B<b/></a> a.b[1] # => <a>B<b/><b/><a> a.b[1]["x"] = "y" # => <a>B<b/><b x="y"/></a> a.b[0].c # => <a>B<c/><b x="y"/></a> a.b.c << "D" # => <a>B<c>D</c><b x="y"/></a>
Copyright | = | "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>" |
Date | = | "+2004/115" |
Version | = | "3.0.4" |