/**
  * 
  *
  * @return MXMLDocumentView
  */
 public function __construct()
 {
     parent::__construct();
     $this->setIndentsCode(false);
 }
 /**
  * 
  *
  * @return MXMLElementView
  */
 public function __construct(MString $element, MString $text = null)
 {
     parent::__construct();
     $this->setElement($element);
     $this->setText($text);
 }