Home
last modified time | relevance | path

Searched refs:aEndState (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java118 final State aEndState = maStateContext.CreateEndState(); in CreateForTopLevelElements() local
129 aEndState); in CreateForTopLevelElements()
143 final State aEndState = maStateContext.CreateEndState(); in CreateForComplexType() local
148 aEndState); in CreateForComplexType()
661 final State aEndState) in ProcessType() argument
674 final State aEndState) in AddEpsilonTransition() argument
679 if (aStartState == aEndState) in AddEpsilonTransition()
685 aEndState); in AddEpsilonTransition()
693 aEndState.GetFullname()); in AddEpsilonTransition()
776 final State aEndState) in Context() argument
[all …]
H A DDFACreator.java200 final State aEndState = aTransition.GetEndState(); in GetEpsilonClosure() local
201 if ( ! aClosure.ContainsState(aEndState)) in GetEpsilonClosure()
203 aClosure.AddState(aEndState); in GetEpsilonClosure()
204 aWorkList.add(aEndState); in GetEpsilonClosure()
H A DStateContext.java130 final State aEndState = CreateState( in CreateEndState() local
133 aEndState.SetIsAccepting(); in CreateEndState()
134 return aEndState; in CreateEndState()
H A DNonValidatingCreator.java94 final State aEndState = aStateContext.CreateEndState(); in CreateForTopLevelElements() local
106 aEndState.GetFullname(), in CreateForTopLevelElements()
112 aEndState, in CreateForTopLevelElements()
H A DEpsilonTransition.java32 final State aEndState) in EpsilonTransition() argument
35 maEndState = aEndState; in EpsilonTransition()
H A DTransition.java35 final State aEndState, in Transition() argument
40 maEndState = aEndState; in Transition()
/trunk/main/xmloff/source/text/
H A DXMLSectionFootnoteConfigImport.cxx189 XMLPropertyState aEndState( nIndex, aAny ); in StartElement() local
190 rProperties.push_back( aEndState ); in StartElement()

Completed in 25 milliseconds