if (!loaded()){
throw new Exception ("XML Document not loaded.");
}
DefaultXPath dxp = new DefaultXPath(xPathStmt);
dxp.setNamespaceContext(namespaceContext);
List nodes = dxp.selectNodes(m_oRootElement);
return nodes;
}
/**
* Perform an xPath Query and return the first node that matches.