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) DFAStateDFAValidator.mStateFor root validator instance, the start state of DFA; for other instances, current state.Fields in com.ctc.wstx.dtd with type parameters of type DFAStateModifier and TypeFieldDescription(package private) HashMap<PrefixedName, DFAState> DFAState.mNextMethods 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