Package | Description |
---|---|
com.ctc.wstx.api | |
com.ctc.wstx.sr | |
com.ctc.wstx.stax | |
com.ctc.wstx.util |
Modifier and Type | Field and Description |
---|---|
protected SymbolTable |
ReaderConfig.mSymbols |
Modifier and Type | Method and Description |
---|---|
SymbolTable |
ReaderConfig.getSymbols() |
Modifier and Type | Method and Description |
---|---|
ReaderConfig |
ReaderConfig.createNonShared(SymbolTable sym) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderCreator.updateSymbolTable(SymbolTable t) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2012–2015 FasterXML. All rights reserved.