Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / Action.cs / 1305376 / Action.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; using System.Xml.XPath; using MS.Internal.Xml.XPath; using System.Xml.Xsl.XsltOld.Debugger; internal abstract class Action { internal const int Initialized = 0; internal const int Finished = -1; internal abstract void Execute(Processor processor, ActionFrame frame); internal virtual void ReplaceNamespaceAlias(Compiler compiler){} // -------------- Debugger related stuff --------- // We have to pass ActionFrame to GetNavigator and GetVariables // because CopyCodeAction can't implement them without frame.count internal virtual DbgData GetDbgData(ActionFrame frame) { return DbgData.Empty; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; using System.Xml.XPath; using MS.Internal.Xml.XPath; using System.Xml.Xsl.XsltOld.Debugger; internal abstract class Action { internal const int Initialized = 0; internal const int Finished = -1; internal abstract void Execute(Processor processor, ActionFrame frame); internal virtual void ReplaceNamespaceAlias(Compiler compiler){} // -------------- Debugger related stuff --------- // We have to pass ActionFrame to GetNavigator and GetVariables // because CopyCodeAction can't implement them without frame.count internal virtual DbgData GetDbgData(ActionFrame frame) { return DbgData.Empty; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeUtil.cs
- QueryCacheManager.cs
- SafeSecurityHelper.cs
- MethodImplAttribute.cs
- Pkcs7Signer.cs
- CompositeControl.cs
- DeclaredTypeElement.cs
- SkipStoryboardToFill.cs
- SoapWriter.cs
- ItemChangedEventArgs.cs
- WebPartCollection.cs
- FunctionMappingTranslator.cs
- StoreConnection.cs
- Command.cs
- DelegateHelpers.cs
- BulletedListEventArgs.cs
- InputChannel.cs
- DataControlHelper.cs
- LayoutTableCell.cs
- Padding.cs
- WizardStepBase.cs
- TypeUtils.cs
- odbcmetadatacolumnnames.cs
- XmlAttributeCache.cs
- ToolTipAutomationPeer.cs
- ConsoleKeyInfo.cs
- DependencyPropertyValueSerializer.cs
- TrackBarRenderer.cs
- EntitySqlQueryCacheEntry.cs
- HwndSourceKeyboardInputSite.cs
- SystemTcpStatistics.cs
- DataGridHeaderBorder.cs
- GB18030Encoding.cs
- TraceLog.cs
- PerspectiveCamera.cs
- Matrix3DStack.cs
- Margins.cs
- SecurityResources.cs
- TypeUsageBuilder.cs
- RadialGradientBrush.cs
- TextBox.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- WebAdminConfigurationHelper.cs
- ClassHandlersStore.cs
- InternalSafeNativeMethods.cs
- ProfessionalColorTable.cs
- RoutedCommand.cs
- UdpTransportBindingElement.cs
- ProxyWebPart.cs
- Application.cs
- WpfGeneratedKnownProperties.cs
- SqlProviderManifest.cs
- MetadataCacheItem.cs
- DbParameterCollection.cs
- CallbackHandler.cs
- ListControl.cs
- StringInfo.cs
- BrowserCapabilitiesCompiler.cs
- DictionaryEntry.cs
- QilInvokeLateBound.cs
- XmlElementAttributes.cs
- Lazy.cs
- Vector.cs
- PrePostDescendentsWalker.cs
- DataGridViewCellPaintingEventArgs.cs
- TextEditorParagraphs.cs
- NamespaceCollection.cs
- MultiView.cs
- Baml2006ReaderSettings.cs
- Context.cs
- DataGridTextBoxColumn.cs
- WindowsIdentity.cs
- MultipartContentParser.cs
- TextFormatterContext.cs
- CompletedAsyncResult.cs
- DateTimeFormatInfo.cs
- KeyGestureConverter.cs
- TabItemWrapperAutomationPeer.cs
- RootBrowserWindowAutomationPeer.cs
- FileStream.cs
- KeyProperty.cs
- ListBoxChrome.cs
- EmptyEnumerator.cs
- TextAutomationPeer.cs
- NativeMethods.cs
- WpfKnownMember.cs
- TreeChangeInfo.cs
- BitmapEffectDrawingContextWalker.cs
- RotateTransform3D.cs
- DispatcherExceptionEventArgs.cs
- CompressedStack.cs
- TreeWalker.cs
- NamespaceCollection.cs
- DataGrid.cs
- AVElementHelper.cs
- WebControl.cs
- MappingSource.cs
- Hash.cs
- StatusBarAutomationPeer.cs
- GridViewRow.cs