Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
Modifier and Type | Method and Description |
---|---|
static DFAState |
DFAState.constructDFA(ContentSpec rootSpec) |
DFAState |
DFAState.findNext(PrefixedName elemName) |
Modifier and Type | Method and 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 and Description |
---|
DFAValidator(DFAState initialState) |
Copyright © 2018 FasterXML. All rights reserved.