public static interface XSDParticle.DFA.State
Modifier and Type | Method and Description |
---|---|
XSDParticle.DFA.Transition |
accept(java.lang.String namespaceURI,
java.lang.String localName)
Return the transition applicable for the given input.
|
java.util.List<XSDParticle.DFA.Transition> |
getTransitions()
Returns the list of transitions that leave this state.
|
boolean |
isAccepting()
Returns whether this state is an accepting state.
|
boolean isAccepting()
java.util.List<XSDParticle.DFA.Transition> getTransitions()
XSDParticle.DFA.Transition accept(java.lang.String namespaceURI, java.lang.String localName)
null
.