Package com.ctc.wstx.sr
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).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCachedDTD
(DTDId id, DTDSubset extSubset) findCachedDTD
(DTDId id) void
-
Method Details
-
findCachedDTD
-
updateSymbolTable
-
addCachedDTD
-