can com.google.gwt.xml.client.XMLParser configured to disallow doctype?

boussismibura

New Member
My question is regarding the XML Parser of google: com.google.gwt.xml.client.XMLParser.Can it be configured to disallow external doctype or doctype at all?As i understand SAXParser has that option with setFeature("http://apache.org/xml/features/disallow-doctype-decl", true)Is there such a thing in gwt parser? where can i find the API?Any help would be appreciated?thanks,Tal
 
Back
Top