Uses of Class
com.ctc.wstx.util.SymbolTable

Packages that use SymbolTable
com.ctc.wstx.api   
com.ctc.wstx.sr   
com.ctc.wstx.stax   
com.ctc.wstx.util   
 

Uses of SymbolTable in com.ctc.wstx.api
 

Methods in com.ctc.wstx.api that return SymbolTable
 SymbolTable ReaderConfig.getSymbols()
           
 

Methods in com.ctc.wstx.api with parameters of type SymbolTable
 ReaderConfig ReaderConfig.createNonShared(SymbolTable sym)
           
 

Uses of SymbolTable in com.ctc.wstx.sr
 

Methods in com.ctc.wstx.sr with parameters of type SymbolTable
 void ReaderCreator.updateSymbolTable(SymbolTable t)
           
 

Uses of SymbolTable in com.ctc.wstx.stax
 

Methods in com.ctc.wstx.stax with parameters of type SymbolTable
 void WstxInputFactory.updateSymbolTable(SymbolTable t)
          Method individual parsers call to pass back symbol table that they updated, which may be useful for other parser to reuse, instead of previous base symbol table.
 

Uses of SymbolTable in com.ctc.wstx.util
 

Methods in com.ctc.wstx.util that return SymbolTable
static SymbolTable DefaultXmlSymbolTable.getInstance()
          Method that will return an instance of SymbolTable that has basic XML 1.0 constants pre-populated.
 SymbolTable SymbolTable.makeChild()
          "Factory" method; will create a new child instance of this symbol table.
 

Methods in com.ctc.wstx.util with parameters of type SymbolTable
 boolean SymbolTable.isDirectChildOf(SymbolTable t)
           
 void SymbolTable.mergeChild(SymbolTable child)
          Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.