protected XsESchema parseSyntax(InputSource pSource)
throws SAXException, IOException, ParserConfigurationException {
XSContext data = getData();
try {
XsObjectFactory factory = data.getXsObjectFactory();
XsESchema mySchema = factory.newXsESchema();
XsSAXParser xsSAXParser = factory.newXsSAXParser(mySchema);
addSyntaxSchema(mySchema);
try {
data.setCurrentContentHandler(xsSAXParser);
XMLReader xr = factory.newXMLReader(isValidating());