Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / Action.cs / 1 / 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
- SizeChangedInfo.cs
- COM2TypeInfoProcessor.cs
- PLINQETWProvider.cs
- CompilerCollection.cs
- StringFreezingAttribute.cs
- RichTextBox.cs
- ContainerControlDesigner.cs
- RtfControlWordInfo.cs
- FixedPosition.cs
- ProxyHwnd.cs
- RequestCacheEntry.cs
- HttpResponseWrapper.cs
- SQLBinary.cs
- WebSysDisplayNameAttribute.cs
- RegisteredDisposeScript.cs
- InstanceKeyCollisionException.cs
- _TransmitFileOverlappedAsyncResult.cs
- WrapperSecurityCommunicationObject.cs
- RotateTransform3D.cs
- BitFlagsGenerator.cs
- HtmlAnchor.cs
- DataGridViewRowsRemovedEventArgs.cs
- XmlEntity.cs
- AppDomainFactory.cs
- Thread.cs
- XmlTextWriter.cs
- DataTable.cs
- DataColumnMappingCollection.cs
- EdmComplexPropertyAttribute.cs
- IImplicitResourceProvider.cs
- MenuCommands.cs
- NavigationProperty.cs
- SpotLight.cs
- uribuilder.cs
- DbModificationClause.cs
- FieldAccessException.cs
- XmlNamespaceMappingCollection.cs
- HierarchicalDataSourceControl.cs
- SqlConnectionPoolGroupProviderInfo.cs
- UICuesEvent.cs
- ArraySegment.cs
- Decorator.cs
- ByteAnimationBase.cs
- XmlReflectionImporter.cs
- SqlCommandBuilder.cs
- Separator.cs
- RectangleHotSpot.cs
- StringUtil.cs
- PhysicalOps.cs
- Select.cs
- WebControlAdapter.cs
- CodeObject.cs
- Unit.cs
- EntityDesignerDataSourceView.cs
- DocumentEventArgs.cs
- StringFreezingAttribute.cs
- ObjectConverter.cs
- DataSourceControlBuilder.cs
- FocusTracker.cs
- Hash.cs
- XmlIlVisitor.cs
- LogLogRecordHeader.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- DriveNotFoundException.cs
- HashStream.cs
- RequestStatusBarUpdateEventArgs.cs
- BezierSegment.cs
- LifetimeServices.cs
- ProxyGenerator.cs
- DependencyPropertyKey.cs
- TypeElementCollection.cs
- EncryptedPackage.cs
- CreateUserErrorEventArgs.cs
- ConditionBrowserDialog.cs
- StylusPointDescription.cs
- ConstructorExpr.cs
- Trace.cs
- FrameworkName.cs
- TextBoxAutomationPeer.cs
- UnknownBitmapEncoder.cs
- DataFormat.cs
- DynamicPropertyHolder.cs
- NumericUpDown.cs
- XmlElementAttributes.cs
- LOSFormatter.cs
- ServiceModelEnumValidator.cs
- SaveFileDialog.cs
- WpfKnownTypeInvoker.cs
- CodeAttributeArgument.cs
- CodeVariableDeclarationStatement.cs
- WebBrowserNavigatedEventHandler.cs
- Vector3DIndependentAnimationStorage.cs
- ListViewSelectEventArgs.cs
- ContentType.cs
- ListChangedEventArgs.cs
- ComAdminInterfaces.cs
- SystemWebSectionGroup.cs
- MediaPlayerState.cs
- HtmlInputFile.cs
- DrawingServices.cs