# File lib/rd/element.rb, line 101
    def build(document_struct = tree.document_struct, &block)
      under_temporary_document_structure(document_struct) do
        self.instance_eval(&block)
      end
      self
    end