Interface ReaderCreator

  • All Known Implementing Classes:
    WstxInputFactory

    public interface ReaderCreator
    Interface that defines callbacks readers can use to access settings of the input factory that created them, as well as update cached data factory may store (shared symbol tables, cached DTDs etc).

    Note that readers in general should only access the configuration info when they are created (from constructor).