Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- FormsAuthenticationUser.cs
- MatchNoneMessageFilter.cs
- ToolStripArrowRenderEventArgs.cs
- FileAuthorizationModule.cs
- MemberAccessException.cs
- ThreadPoolTaskScheduler.cs
- SqlStatistics.cs
- LoginView.cs
- SafeCryptoHandles.cs
- RoleService.cs
- XmlSerializableWriter.cs
- DocumentViewerAutomationPeer.cs
- ExtensibleClassFactory.cs
- ResourceReferenceExpression.cs
- DoubleConverter.cs
- SchemaTableColumn.cs
- CodeStatement.cs
- RepeatButton.cs
- OleDbReferenceCollection.cs
- TcpAppDomainProtocolHandler.cs
- EntityDataSourceMemberPath.cs
- Memoizer.cs
- LoginView.cs
- ReadOnlyHierarchicalDataSource.cs
- TypeValidationEventArgs.cs
- HeaderedItemsControl.cs
- TheQuery.cs
- QueryReaderSettings.cs
- PopOutPanel.cs
- VarRemapper.cs
- DocumentReferenceCollection.cs
- MetadataHelper.cs
- MultipleViewPattern.cs
- NamedPermissionSet.cs
- OleDbReferenceCollection.cs
- SmtpMail.cs
- ColumnBinding.cs
- ArrayList.cs
- FontEmbeddingManager.cs
- CodeVariableReferenceExpression.cs
- SerializationException.cs
- TextEndOfSegment.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- DescendentsWalker.cs
- CheckBoxAutomationPeer.cs
- DescendantOverDescendantQuery.cs
- QueryResult.cs
- OutputCacheProviderCollection.cs
- VectorAnimationUsingKeyFrames.cs
- AccessibleObject.cs
- CanonicalFormWriter.cs
- SimpleHandlerBuildProvider.cs
- CryptoApi.cs
- ServicePoint.cs
- DeviceContext.cs
- ParseHttpDate.cs
- SecuritySessionServerSettings.cs
- ReverseQueryOperator.cs
- DistinctQueryOperator.cs
- StyleXamlParser.cs
- ObjectStateManagerMetadata.cs
- PrimaryKeyTypeConverter.cs
- SQLGuid.cs
- WindowsTab.cs
- KnownBoxes.cs
- GetPageCompletedEventArgs.cs
- SynchronizedInputHelper.cs
- InternalDispatchObject.cs
- X509Utils.cs
- EntityContainer.cs
- Model3DGroup.cs
- BindingsSection.cs
- NamedPipeChannelFactory.cs
- EntityModelSchemaGenerator.cs
- SqlVisitor.cs
- WindowsImpersonationContext.cs
- SiteMapSection.cs
- MaskedTextProvider.cs
- EncoderBestFitFallback.cs
- SmtpReplyReaderFactory.cs
- SimplePropertyEntry.cs
- ObjectSelectorEditor.cs
- _AcceptOverlappedAsyncResult.cs
- BookmarkUndoUnit.cs
- Calendar.cs
- InternalTypeHelper.cs
- Material.cs
- GradientStopCollection.cs
- DefaultDialogButtons.cs
- AnimationTimeline.cs
- XmlAtomicValue.cs
- TreeNodeBindingCollection.cs
- ListViewItemMouseHoverEvent.cs
- RelativeSource.cs
- ViewPort3D.cs
- ItemDragEvent.cs
- CodeDomConfigurationHandler.cs
- TextWriter.cs
- DbDeleteCommandTree.cs
- EarlyBoundInfo.cs