| Class | XML::DOM::Builder |
| In: |
lib/xml/dom/builder.rb
|
| Parent: | Parser |
| createCDATASection | [RW] | |
| createEntityReference | [RW] |
Constructor
parser = XML::SimpleTreeBuilder.new(level)
level: 0 -- ignore default events (defualt)
1 -- catch default events and create the Comment,
the EntityReference, the XML declaration (as PI) and
the non-DOM-compliant DocumentType nodes.