Module REXMLBuilder::REXMLUtil
In: lib/facets/more/rexmlbuilder.rb

Module provides the build methods in an independent namespace.

Methods

attlist!   cdata   comment   doctype!   document   element   element!   entity!   instruct   instruction   new   notation!   pi   raw   text   xml  

Public Instance methods

DTD declarations

instruction( name, *args )

Alias for instruct

new( options={} )

Alias for document

pi( name, *args )

Alias for instruct

Add raw XML markup

[Validate]