com.ctc.wstx.sr
Interface ReaderCreator

All Known Implementing Classes:
MinimalInputFactory, 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
 void addCachedDTD(DTDId id, DTDSubset extSubset)
           
 DTDSubset findCachedDTD(DTDId id)
           
 void updateSymbolTable(SymbolTable t)
           
 

Method Detail

findCachedDTD

DTDSubset findCachedDTD(DTDId id)

updateSymbolTable

void updateSymbolTable(SymbolTable t)

addCachedDTD

void addCachedDTD(DTDId id,
                  DTDSubset extSubset)