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
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