class Builder::XmlBase

def _indent

def _indent
  return if @indent == 0 || @level == 0
  text!(" " * (@level * @indent))
end