Package com.ctc.wstx.sr
Interface ReaderCreator
-
- All Known Implementing Classes:
WstxInputFactory
public interface ReaderCreatorInterface 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 voidaddCachedDTD(DTDId id, DTDSubset extSubset)DTDSubsetfindCachedDTD(DTDId id)voidupdateSymbolTable(SymbolTable t)
-
-
-
Method Detail
-
updateSymbolTable
void updateSymbolTable(SymbolTable t)
-
-