Uses of Class
com.ctc.wstx.util.SymbolTable
-
Packages that use SymbolTable Package Description com.ctc.wstx.api Package that contains subset of Woodstox classes that are considered to be its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and Stax2 -- org.codehaus.stax2.*).com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.stax This package contains miscellaneous classes that implement Woodstox.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox. -
-
Uses of SymbolTable in com.ctc.wstx.api
Fields in com.ctc.wstx.api declared as SymbolTable Modifier and Type Field Description protected SymbolTableReaderConfig. mSymbolsMethods in com.ctc.wstx.api that return SymbolTable Modifier and Type Method Description SymbolTableReaderConfig. getSymbols()Methods in com.ctc.wstx.api with parameters of type SymbolTable Modifier and Type Method Description ReaderConfigReaderConfig. createNonShared(SymbolTable sym) -
Uses of SymbolTable in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type SymbolTable Modifier and Type Method Description voidReaderCreator. updateSymbolTable(SymbolTable t) -
Uses of SymbolTable in com.ctc.wstx.stax
Methods in com.ctc.wstx.stax with parameters of type SymbolTable Modifier and Type Method Description voidWstxInputFactory. 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 Modifier and Type Method Description static SymbolTableDefaultXmlSymbolTable. getInstance()Method that will return an instance of SymbolTable that has basic XML 1.0 constants pre-populated.SymbolTableSymbolTable. makeChild()"Factory" method; will create a new child instance of this symbol table.Methods in com.ctc.wstx.util with parameters of type SymbolTable Modifier and Type Method Description booleanSymbolTable. isDirectChildOf(SymbolTable t)voidSymbolTable. mergeChild(SymbolTable child)Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.
-