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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCachedDTD(DTDId id, DTDSubset extSubset)
DTDSubset
findCachedDTD(DTDId id)
void
updateSymbolTable(SymbolTable t)
-
-
-
Method Detail
-
updateSymbolTable
void updateSymbolTable(SymbolTable t)
-
-