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
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, 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 Constructor Description DFAValidator(DFAState initialState)
-