Home
last modified time | relevance | path

Searched refs:GetStartState (Results 1 – 11 of 11) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java93 final State aStartState = aStateContext.GetStartState(); in CreateForTopLevelElements()
109 aStateContext.GetStartState().AddTransition( in CreateForTopLevelElements()
142 aStateContext.GetStartState().GetFullname(), in CreateForComplexType()
143 aStateContext.GetStartState().GetFullname(), in CreateForComplexType()
146 aStateContext.GetStartState().AddTransition( in CreateForComplexType()
148 aStateContext.GetStartState(), in CreateForComplexType()
149 aStateContext.GetStartState(), in CreateForComplexType()
164 aStateContext.GetStartState(), in CreateForComplexType()
175 aStateContext.GetStartState().SetIsAccepting(); in CreateForComplexType()
H A DFiniteAutomaton.java80 public State GetStartState () in GetStartState() method in FiniteAutomaton
82 return maStateContext.GetStartState(); in GetStartState()
144 return maStateContext.GetStartState().GetFullname(); in GetTypeName()
H A DDFACreator.java91 final State aNFAStartState = maNFAStateContext.GetStartState(); in CreateDFAforNFA()
96 maNFASetToDFAStateMap.put(aStartSet, maDFAStateContext.GetStartState()); in CreateDFAforNFA()
98 PropagateStateFlags(aStartSet, maDFAStateContext.GetStartState()); in CreateDFAforNFA()
H A DValidatingCreator.java127 maStateContext.GetStartState(), in CreateForTopLevelElements()
128 maStateContext.GetStartState(), in CreateForTopLevelElements()
146 maStateContext.GetStartState(), in CreateForComplexType()
147 maStateContext.GetStartState(), in CreateForComplexType()
H A DCreatorBase.java64 aStateContext.GetStartState().SetIsAccepting(); in CreateForSimpleType()
65 aStateContext.GetStartState().SetTextType(aSimpleType); in CreateForSimpleType()
H A DState.java122 assert(this == aTransition.GetStartState()); in AddTransition()
147 assert(this == aTransition.GetStartState()); in AddEpsilonTransition()
H A DEpsilonTransition.java41 public State GetStartState () in GetStartState() method in EpsilonTransition
H A DTransition.java48 public State GetStartState () in GetStartState() method in Transition
H A DStateContext.java188 public State GetStartState () in GetStartState() method in StateContext
H A DHopcroftMinimizer.java302 aOriginalStates.GetStartState().GetFullname()); in CreateNewStates()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java189 final State aStartState = aAutomaton.GetStartState(); in WriteGlobalStartEndStates()
230 final State aStartState = aAutomaton.GetStartState(); in WriteAutomatonList()
279 maTypeNameToIdMap.get(aTransition.GetStartState().GetFullname()), in WriteAutomatonList()
284 aTransition.GetStartState().GetFullname(), in WriteAutomatonList()

Completed in 40 milliseconds