Current Path : /usr/local/share/ri/1.8/system/REXML/Formatters/Transitive/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/REXML/Formatters/Transitive/cdesc-Transitive.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: The Transitive formatter writes an XML document that parses to an identical document as the source document. This means that no extra whitespace nodes are inserted, and whitespace within text nodes is preserved. Within these constraints, the document is pretty-printed, with whitespace inserted into the metadata to introduce formatting. - !ruby/struct:SM::Flow::P body: Note that this is only useful if the original XML is not already formatted. Since this formatter does not alter whitespace nodes, the results of formatting already formatted XML will be odd. constants: [] full_name: REXML::Formatters::Transitive includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: write_element - !ruby/object:RI::MethodSummary name: write_text name: Transitive superclass: Default