# File lib/xml/dom/core.rb, line 447
      def lastChild
        return nil if !@children || @children.length == 0
        return @children[-1]
      end