XsObjectFactoryImpl xsObjectFactory = new XsObjectFactoryImpl(){
public XSContext getContext() {
return getData();
}
};
context = new XSContextImpl();
context.setXSLogicalParser(this);
context.setXsObjectFactory(xsObjectFactory);
clearSyntaxSchemas();
XsESchema syntaxSchema = new XsESchemaImpl(context){
};