REXML (Module)

In: rexml/xpath_parser.rb
rexml/xpath.rb
rexml/xmltokens.rb
rexml/xmldecl.rb
rexml/text.rb
rexml/streamlistener.rb
rexml/source.rb
rexml/sax2listener.rb
rexml/rexml.rb
rexml/quickpath.rb
rexml/parsers/xpathparser.rb
rexml/parsers/ultralightparser.rb
rexml/parsers/streamparser.rb
rexml/parsers/sax2parser.rb
rexml/parsers/pullparser.rb
rexml/parsers/lightparser.rb
rexml/parsers/baseparser.rb
rexml/parseexception.rb
rexml/parent.rb
rexml/output.rb
rexml/node.rb
rexml/namespace.rb
rexml/light/node.rb
rexml/instruction.rb
rexml/functions.rb
rexml/entity.rb
rexml/encodings/UTF-8.rb
rexml/encodings/UTF-16.rb
rexml/encodings/US-ASCII.rb
rexml/encodings/UNILE.rb
rexml/encodings/SHIFT-JIS.rb
rexml/encodings/ISO-8859-1.rb
rexml/encodings/ICONV.rb
rexml/encodings/EUC-JP.rb
rexml/encoding.rb
rexml/element.rb
rexml/dtd/notationdecl.rb
rexml/dtd/entitydecl.rb
rexml/dtd/elementdecl.rb
rexml/dtd/dtd.rb
rexml/dtd/attlistdecl.rb
rexml/document.rb
rexml/doctype.rb
rexml/comment.rb
rexml/child.rb
rexml/cdata.rb
rexml/attribute.rb
rexml/attlistdecl.rb

[ :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>

Constants

Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>"
Date = "+2004/115"
Version = "3.0.4"

[Validate]