Re: How to get current element node while parsing Schema itself

2009-07-27 Thread Michael Glavassevich
Hello Ajay,? You're not missing anything. There's no support for "http://apache.org/xml/properties/dom/current-element-node"; in the SchemaFactory and no alternate method for obtaining a DOM node from it. DOM is an intermediate representation that we use while building the Schema but that detail

How to get current element node while parsing Schema itself

2009-07-19 Thread ajay bhadauria
Hi, I am using newInstance method to get the SchemaFactory object as below schemafactory = SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema";); and then with this factory (schemafactory), I am getting Schema object with newSchema method of SchemaFactory class. I also registered sc