function Auth_Textcube_xmlparser()
 {
     $this->ns = array();
     $xmlOptions = array(XML_OPTION_CASE_FOLDING => false, XML_OPTION_SKIP_WHITE => TRUE);
     parent::XPath(FALSE, $xmlOptions);
     $this->bDebugXmlParse = false;
 }