Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
Modifier and Type | Method | Description |
---|---|---|
static DFAState |
DFAState.constructDFA(ContentSpec rootSpec) |
|
DFAState |
DFAState.findNext(PrefixedName elemName) |
Modifier and Type | Method | Description |
---|---|---|
void |
DFAState.calcNext(PrefixedName[] tokenNames,
BitSet[] tokenFPs,
List<DFAState> stateList,
Map<BitSet,DFAState> stateMap) |
|
void |
DFAState.calcNext(PrefixedName[] tokenNames,
BitSet[] tokenFPs,
List<DFAState> stateList,
Map<BitSet,DFAState> stateMap) |
Constructor | Description |
---|---|
DFAValidator(DFAState initialState) |
Copyright © 2019 FasterXML. All rights reserved.