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
- SoapEnumAttribute.cs
- LogicalExpressionTypeConverter.cs
- Material.cs
- Formatter.cs
- ObfuscationAttribute.cs
- ByteArrayHelperWithString.cs
- _FtpControlStream.cs
- PropertyAccessVisitor.cs
- AnnotationAdorner.cs
- HTMLTextWriter.cs
- ColorAnimation.cs
- ConfigurationStrings.cs
- RectangleHotSpot.cs
- DbProviderFactoriesConfigurationHandler.cs
- Keywords.cs
- HttpRequestCacheValidator.cs
- HelpKeywordAttribute.cs
- SoapExtensionReflector.cs
- TypeHelpers.cs
- StringResourceManager.cs
- SectionRecord.cs
- DelayedRegex.cs
- StrokeIntersection.cs
- SQLBytes.cs
- IInstanceTable.cs
- MenuRendererStandards.cs
- ConditionCollection.cs
- TreeViewImageIndexConverter.cs
- PlatformCulture.cs
- Stacktrace.cs
- Font.cs
- Site.cs
- TransformerTypeCollection.cs
- WmlTextBoxAdapter.cs
- PersonalizationStateInfoCollection.cs
- StructuredTypeEmitter.cs
- TabRenderer.cs
- CodeDomComponentSerializationService.cs
- GAC.cs
- entityreference_tresulttype.cs
- CheckBoxBaseAdapter.cs
- FixedHyperLink.cs
- EncoderExceptionFallback.cs
- DLinqDataModelProvider.cs
- AllMembershipCondition.cs
- NGCPageContentSerializerAsync.cs
- CryptoApi.cs
- MemoryMappedFile.cs
- SQLInt64.cs
- _AutoWebProxyScriptHelper.cs
- FixedStringLookup.cs
- SelectedGridItemChangedEvent.cs
- Literal.cs
- ExtenderControl.cs
- WpfPayload.cs
- DataStreamFromComStream.cs
- SharedStatics.cs
- AmbientValueAttribute.cs
- EntityDataSourceViewSchema.cs
- ScrollBar.cs
- RemoteWebConfigurationHost.cs
- LinqDataSource.cs
- SmiXetterAccessMap.cs
- LayoutInformation.cs
- CorrelationToken.cs
- ConfigurationProperty.cs
- Panel.cs
- TimeSpanStorage.cs
- FamilyTypeface.cs
- TextComposition.cs
- XmlSchemaType.cs
- TextEndOfSegment.cs
- XmlSchemaDatatype.cs
- Point4D.cs
- ChannelDispatcherBase.cs
- NamedPipeWorkerProcess.cs
- DataGridViewTextBoxCell.cs
- MimeMapping.cs
- ActivityXamlServices.cs
- SizeChangedEventArgs.cs
- GeneralTransform3DGroup.cs
- CompiledRegexRunner.cs
- Misc.cs
- EntityObject.cs
- MediaPlayerState.cs
- ProtocolViolationException.cs
- SingleStorage.cs
- DbConnectionClosed.cs
- NumberAction.cs
- SByte.cs
- WsdlHelpGeneratorElement.cs
- XsltException.cs
- PasswordPropertyTextAttribute.cs
- Facet.cs
- SizeConverter.cs
- SQLInt64Storage.cs
- ReadWriteObjectLock.cs
- HMACMD5.cs
- SqlEnums.cs
- FrameworkContentElement.cs