Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / Event.cs / 1305376 / Event.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Xsl.XsltOld {
using Res = System.Xml.Utils.Res;
using System;
using System.Diagnostics;
using System.Xml;
using System.Xml.XPath;
using System.Xml.Xsl.XsltOld.Debugger;
internal abstract class Event {
public virtual void ReplaceNamespaceAlias(Compiler compiler) {}
public abstract bool Output(Processor processor, ActionFrame frame);
internal void OnInstructionExecute(Processor processor) {
Debug.Assert(processor.Debugger != null, "We don't generate calls this function if ! debugger");
Debug.Assert(DbgData.StyleSheet != null, "We call this function from *EventDbg only");
processor.OnInstructionExecute();
}
internal virtual DbgData DbgData { get { 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.Diagnostics;
using System.Xml;
using System.Xml.XPath;
using System.Xml.Xsl.XsltOld.Debugger;
internal abstract class Event {
public virtual void ReplaceNamespaceAlias(Compiler compiler) {}
public abstract bool Output(Processor processor, ActionFrame frame);
internal void OnInstructionExecute(Processor processor) {
Debug.Assert(processor.Debugger != null, "We don't generate calls this function if ! debugger");
Debug.Assert(DbgData.StyleSheet != null, "We call this function from *EventDbg only");
processor.OnInstructionExecute();
}
internal virtual DbgData DbgData { get { 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
- BoundColumn.cs
- HitTestFilterBehavior.cs
- SqlFlattener.cs
- StringUtil.cs
- ToolStrip.cs
- TypeSystemProvider.cs
- CellQuery.cs
- Site.cs
- IssuanceLicense.cs
- MasterPageParser.cs
- DataGridDetailsPresenter.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DesignerSerializerAttribute.cs
- DocumentOrderQuery.cs
- DependencySource.cs
- ConfigurationLocationCollection.cs
- AdornerPresentationContext.cs
- ComponentChangedEvent.cs
- ButtonBaseAdapter.cs
- NeutralResourcesLanguageAttribute.cs
- ScriptIgnoreAttribute.cs
- SubstitutionList.cs
- odbcmetadatafactory.cs
- WpfSharedBamlSchemaContext.cs
- SmiMetaDataProperty.cs
- SupportingTokenBindingElement.cs
- TextClipboardData.cs
- bindurihelper.cs
- TypeBrowserDialog.cs
- RemotingSurrogateSelector.cs
- CheckBoxRenderer.cs
- GridViewUpdateEventArgs.cs
- BaseDataList.cs
- TextBox.cs
- XamlTemplateSerializer.cs
- PopupRootAutomationPeer.cs
- Atom10FormatterFactory.cs
- EmptyControlCollection.cs
- WriteableOnDemandPackagePart.cs
- HttpRequestCacheValidator.cs
- DoubleAnimation.cs
- ConnectionManagementElement.cs
- ScalarOps.cs
- mediaeventshelper.cs
- EntityCommand.cs
- CryptoStream.cs
- DefaultValueConverter.cs
- ExtensionWindow.cs
- AppDomainProtocolHandler.cs
- XsltFunctions.cs
- SqlClientPermission.cs
- BatchWriter.cs
- TableParagraph.cs
- Msec.cs
- JsonEncodingStreamWrapper.cs
- Int32EqualityComparer.cs
- Win32.cs
- PolyBezierSegment.cs
- TrackingDataItemValue.cs
- RijndaelManagedTransform.cs
- EdmProperty.cs
- ListSortDescription.cs
- KeyboardNavigation.cs
- ReflectionServiceProvider.cs
- Assembly.cs
- EditorPartCollection.cs
- StaticDataManager.cs
- MenuItemAutomationPeer.cs
- OperationCanceledException.cs
- Stroke2.cs
- BinaryObjectReader.cs
- StickyNote.cs
- TimeSpan.cs
- documentation.cs
- SupportingTokenBindingElement.cs
- DiagnosticsConfigurationHandler.cs
- Int32AnimationUsingKeyFrames.cs
- XmlSchemaInfo.cs
- LayoutEditorPart.cs
- SQLInt32.cs
- TextSchema.cs
- StdValidatorsAndConverters.cs
- PermissionSetTriple.cs
- SourceItem.cs
- TreeView.cs
- TreeNodeBindingDepthConverter.cs
- QilCloneVisitor.cs
- XamlVector3DCollectionSerializer.cs
- TableHeaderCell.cs
- XPathParser.cs
- FileDataSourceCache.cs
- XmlSchemaAnnotated.cs
- Header.cs
- XmlSerializerAssemblyAttribute.cs
- ElementHostPropertyMap.cs
- TimeSpanValidatorAttribute.cs
- CompilerHelpers.cs
- WebPartPersonalization.cs
- PropertyGrid.cs
- SafeFileHandle.cs