Uses of Class
com.ctc.wstx.dtd.DFAState
-
Packages that use DFAState Package Description com.ctc.wstx.dtd 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 DFAState Modifier and Type Field Description (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 DFAState Modifier and Type Field Description (package private) java.util.HashMap<PrefixedName,DFAState>
DFAState. mNext
Methods in com.ctc.wstx.dtd that return DFAState Modifier and Type Method Description static DFAState
DFAState. constructDFA(ContentSpec rootSpec)
DFAState
DFAState. findNext(PrefixedName elemName)
Method parameters in com.ctc.wstx.dtd with type arguments of type DFAState Modifier and Type Method Description void
DFAState. calcNext(PrefixedName[] tokenNames, java.util.BitSet[] tokenFPs, java.util.List<DFAState> stateList, java.util.Map<java.util.BitSet,DFAState> stateMap)
void
DFAState. calcNext(PrefixedName[] tokenNames, java.util.BitSet[] tokenFPs, java.util.List<DFAState> stateList, java.util.Map<java.util.BitSet,DFAState> stateMap)
Constructors in com.ctc.wstx.dtd with parameters of type DFAState Constructor Description DFAValidator(DFAState initialState)
-