Package org.xwiki.xml

Interface XMLReaderFactory


  • @Role
    public interface XMLReaderFactory
    Factory to create optimised 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.
    Since:
    1.7.1
    Version:
    $Id: fd630a2eb021c501cddd525d291438799a8f3d01 $