@Role public interface XMLReaderFactory
XMLReader. This gives us a level of indirection versus using directly
SAXParserFactory. We use that for example to verify if we're using Xerces and if so we
configure it to cache parsed DTD grammars for better performance.| Modifier and Type | Method and Description |
|---|---|
XMLReader |
createXMLReader() |
XMLReader createXMLReader() throws SAXException, ParserConfigurationException
SAXException - in case of an error in the creation of the XML Reader instanceParserConfigurationException - in case of an error in the creation of the XML Reader instanceCopyright © 2004–2015 XWiki. All rights reserved.