public Pattern createPattern(String xpathPattern) {
   return proxy.createPattern(xpathPattern);
 }