Class XmlMergeContext

java.lang.Object
ch.galinet.xml.xmlmerge.XmlMergeContext

public class XmlMergeContext extends Object
Holds thread local context information that would otherwise be difficult to pass into each part of the framework. Is intentionally designed to be extensible. CAVEAT: * Do not abuse. It could be used as general thread-local global variables * There is a potential security risk here (do not put confidential info in here)
Author:
Philipp H. Oser (POS)
  • Field Details

  • Constructor Details

    • XmlMergeContext

      public XmlMergeContext()
  • Method Details

    • getEntityResolver

      public static EntityResolver getEntityResolver()
    • setEntityResolver

      public static void setEntityResolver(EntityResolver er)