registerService(xpath);
final XUpdateQueryServiceImpl xupdate = new XUpdateQueryServiceImpl();
registerService(xupdate);
final TextQueryServiceImpl text = new TextQueryServiceImpl();
registerService(text);
// TODO if (this.col.isMetaEnabled()) {
final MetaService meta = new MetaService();
registerService(meta);