[ :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-2006 Sean Russell <ser@germane-software.com>" |
| DATE | = | "2006/104" |
| VERSION | = | "3.1.4" |
| Copyright | = | COPYRIGHT |
| Version | = | VERSION |