Uses of Class
com.ctc.wstx.dtd.DFAState
Packages that use DFAState
Package
Description
Package that contains Woodstox classes that implement DTD handling.
-
Uses of DFAState in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as DFAStateModifier and TypeFieldDescription(package private) DFAState
DFAValidator.mState
For root validator instance, the start state of DFA; for other instances, current state.Fields in com.ctc.wstx.dtd with type parameters of type DFAStateMethods in com.ctc.wstx.dtd that return DFAStateModifier and TypeMethodDescriptionstatic DFAState
DFAState.constructDFA
(ContentSpec rootSpec) DFAState.findNext
(PrefixedName elemName) Method parameters in com.ctc.wstx.dtd with type arguments of type DFAStateModifier and TypeMethodDescriptionvoid
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) Constructors in com.ctc.wstx.dtd with parameters of type DFAState