Class CmsXmlConfigUpdater.EntityIgnoringUriResolver

  • All Implemented Interfaces:
    javax.xml.transform.URIResolver
    Enclosing class:
    CmsXmlConfigUpdater

    public class CmsXmlConfigUpdater.EntityIgnoringUriResolver
    extends java.lang.Object
    implements javax.xml.transform.URIResolver
    Need this so that 'dummy' entity resolver is also used for documents read with the document() function.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.transform.Source resolve​(java.lang.String href, java.lang.String base)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolve

        public javax.xml.transform.Source resolve​(java.lang.String href,
                                                  java.lang.String base)
                                           throws javax.xml.transform.TransformerException
        Specified by:
        resolve in interface javax.xml.transform.URIResolver
        Throws:
        javax.xml.transform.TransformerException