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
Methods in com.ctc.wstx.dtd that return DFAStateModifier and TypeMethodDescriptionstatic DFAStateDFAState.constructDFA(ContentSpec rootSpec) DFAState.findNext(PrefixedName elemName) Method parameters in com.ctc.wstx.dtd with type arguments of type DFAStateModifier and TypeMethodDescriptionvoidDFAState.calcNext(PrefixedName[] tokenNames, BitSet[] tokenFPs, List<DFAState> stateList, Map<BitSet, DFAState> stateMap) voidDFAState.calcNext(PrefixedName[] tokenNames, BitSet[] tokenFPs, List<DFAState> stateList, Map<BitSet, DFAState> stateMap) Constructors in com.ctc.wstx.dtd with parameters of type DFAState