_evaluatedEsriTags = new EsriTags();
_evaluatedEsriTags.evaluate(this,dom);
getMeaning().applyEsriTags(this,_evaluatedEsriTags);
if (this.getIndexables() != null) {
IndexableContext ictx = new IndexableContext(this.getPropertyMeanings());
this.getIndexables().setIndexableContext(ictx);
this.getIndexables().evaluate(this,ictx,dom,xpath);
ictx.resolve(this,dom,_evaluatedEsriTags);
}
/*
try {
com.esri.gpt.catalog.classification.ClsConfig ccfg = new com.esri.gpt.catalog.classification.ClsConfig();