Package com.ctc.wstx.dtd
Class DFAState
java.lang.Object
com.ctc.wstx.dtd.DFAState
Class that represents a state in DFA used for validating complex
DTD content models.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcNext(PrefixedName[] tokenNames, BitSet[] tokenFPs, List<DFAState> stateList, Map<BitSet, DFAState> stateMap) static DFAStateconstructDFA(ContentSpec rootSpec) findNext(PrefixedName elemName) intgetIndex()booleantoString()