Update... after familiarizing myself with your code, I determined that the problem was that the structure of my .docx files was much different then what you were searching....
I didnt want mess with too many things so I added the below to your getFromZip method.=
if(!$XMLData){
$XMLData = $this->_zipDocx->getContent(str_replace('word/','',$src));
}