Home
last modified time | relevance | path

Searched refs:PushAndPopContextMarker (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XSLT/
H A DStylesheetExecutionContext.hpp720 class PushAndPopContextMarker class in XALAN_CPP_NAMESPACE::StylesheetExecutionContext
724 PushAndPopContextMarker(StylesheetExecutionContext& executionContext) : in PushAndPopContextMarker() function in XALAN_CPP_NAMESPACE::StylesheetExecutionContext::PushAndPopContextMarker
730 PushAndPopContextMarker( in PushAndPopContextMarker() function in XALAN_CPP_NAMESPACE::StylesheetExecutionContext::PushAndPopContextMarker
740 ~PushAndPopContextMarker() in ~PushAndPopContextMarker()
940 class ParamsPushPop : public PushAndPopContextMarker
947 PushAndPopContextMarker(executionContext) in ParamsPushPop()
956 PushAndPopContextMarker(executionContext, savedStackFrameIndex) in ParamsPushPop()
H A DVariablesStack.cpp411 typedef StylesheetExecutionContext::PushAndPopContextMarker PushAndPopContextMarker; in findXObject() typedef
413 const PushAndPopContextMarker theContextMarkerPushPop(executionContext); in findXObject()
H A DElemApplyImport.cpp163 const StylesheetExecutionContext::PushAndPopContextMarker thePushPop(executionContext); in execute()
H A DStylesheetRoot.cpp237 typedef StylesheetExecutionContext::PushAndPopContextMarker PushAndPopContextMarker; in process() typedef
241 PushAndPopContextMarker thePushAndPopContextMarker(executionContext); in process()
H A DElemTemplateElement.cpp409 … const StylesheetExecutionContext::PushAndPopContextMarker thePushAndPop(executionContext); in executeChildren()