};
context = new XSContextImpl();
context.setXSLogicalParser(this);
context.setXsObjectFactory(xsObjectFactory);
clearSyntaxSchemas();
XsESchema syntaxSchema = new XsESchemaImpl(context){
};
parse(syntaxSchema, pInputSource);
XSSchema schema = context.getXSObjectFactory().newXSSchema(context, syntaxSchema);
setSchema(schema);
parse(syntaxSchema, pInputSource.getSystemId());