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
- ApplicationInterop.cs
- NamespaceTable.cs
- BufferedWebEventProvider.cs
- LicFileLicenseProvider.cs
- HScrollProperties.cs
- NetMsmqBinding.cs
- WindowsGraphicsCacheManager.cs
- ToolboxDataAttribute.cs
- MetadataItemSerializer.cs
- TemplateParser.cs
- XmlSerializerAssemblyAttribute.cs
- CodeDOMUtility.cs
- ReflectionHelper.cs
- ProtectedConfiguration.cs
- CqlErrorHelper.cs
- DrawingAttributes.cs
- MetadataHelper.cs
- BinaryParser.cs
- Models.cs
- SHA1Cng.cs
- ObjRef.cs
- UntrustedRecipientException.cs
- AssemblySettingAttributes.cs
- XPathEmptyIterator.cs
- VisualBasic.cs
- CellPartitioner.cs
- SerializerDescriptor.cs
- ZipIOExtraField.cs
- DocumentViewer.cs
- MemberRelationshipService.cs
- AccessDataSourceDesigner.cs
- ProjectionPruner.cs
- SamlAudienceRestrictionCondition.cs
- DataGridViewImageCell.cs
- DecoderBestFitFallback.cs
- ComPersistableTypeElement.cs
- DataBindingList.cs
- ErrorWrapper.cs
- ServiceHttpModule.cs
- SmtpCommands.cs
- GeometryConverter.cs
- TraceLevelHelper.cs
- BookmarkList.cs
- HttpCookiesSection.cs
- CompositeActivityMarkupSerializer.cs
- RsaKeyIdentifierClause.cs
- SqlMethodAttribute.cs
- TextCharacters.cs
- DataSetUtil.cs
- Pair.cs
- Query.cs
- InteropBitmapSource.cs
- CachedBitmap.cs
- Rotation3D.cs
- mansign.cs
- SerializerWriterEventHandlers.cs
- Common.cs
- ManagementObjectSearcher.cs
- StreamingContext.cs
- Propagator.JoinPropagator.cs
- Int32CollectionConverter.cs
- SqlReferenceCollection.cs
- HttpApplicationFactory.cs
- Schema.cs
- DataBindEngine.cs
- WindowShowOrOpenTracker.cs
- DefaultValueAttribute.cs
- MergeFilterQuery.cs
- DataServiceKeyAttribute.cs
- TimeStampChecker.cs
- Attributes.cs
- ComplusTypeValidator.cs
- IPPacketInformation.cs
- DropDownButton.cs
- VideoDrawing.cs
- RowToParametersTransformer.cs
- ResXResourceSet.cs
- DrawListViewItemEventArgs.cs
- SrgsOneOf.cs
- TableProviderWrapper.cs
- StorageSetMapping.cs
- WrapPanel.cs
- EntityStoreSchemaFilterEntry.cs
- BuilderPropertyEntry.cs
- Process.cs
- InputLangChangeRequestEvent.cs
- NamedPipeProcessProtocolHandler.cs
- XamlSerializer.cs
- WinFormsSecurity.cs
- PersistenceProviderFactory.cs
- DocumentAutomationPeer.cs
- PersianCalendar.cs
- FrameworkElement.cs
- ConnectionStringEditor.cs
- COMException.cs
- SqlClientFactory.cs
- DBConnection.cs
- HttpProfileBase.cs
- COAUTHINFO.cs
- TraceXPathNavigator.cs