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 / Event.cs / 1 / 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
- DerivedKeySecurityTokenStub.cs
- AttachedAnnotation.cs
- Image.cs
- GenerateScriptTypeAttribute.cs
- SoapServerProtocol.cs
- BoundField.cs
- SetUserPreferenceRequest.cs
- util.cs
- _Events.cs
- SemanticAnalyzer.cs
- TablePattern.cs
- DataGridViewRowPostPaintEventArgs.cs
- XmlBaseReader.cs
- ComponentSerializationService.cs
- OutputScopeManager.cs
- Freezable.cs
- RegisteredScript.cs
- HTMLTextWriter.cs
- PartialCachingAttribute.cs
- MouseButton.cs
- Win32.cs
- SqlDataSourceEnumerator.cs
- TemplateBamlRecordReader.cs
- TypefaceMetricsCache.cs
- ProcessHostServerConfig.cs
- WebPartDescriptionCollection.cs
- StringValueConverter.cs
- DataViewListener.cs
- altserialization.cs
- ValueTypeFixupInfo.cs
- TransformationRules.cs
- TransformProviderWrapper.cs
- Win32PrintDialog.cs
- WebPartEventArgs.cs
- ValueUtilsSmi.cs
- _ConnectionGroup.cs
- AtomServiceDocumentSerializer.cs
- MatrixTransform3D.cs
- ACE.cs
- PeerNameRegistration.cs
- LogEntryHeaderv1Deserializer.cs
- OletxResourceManager.cs
- AuthenticationModulesSection.cs
- ObjectQueryExecutionPlan.cs
- BlurBitmapEffect.cs
- HtmlShimManager.cs
- DoubleLink.cs
- CommandField.cs
- SelectionProcessor.cs
- PageParserFilter.cs
- FullTextBreakpoint.cs
- Parser.cs
- TraceContext.cs
- Trace.cs
- DataGridViewTextBoxCell.cs
- AllMembershipCondition.cs
- ProfileGroupSettingsCollection.cs
- ScriptResourceHandler.cs
- XmlUtil.cs
- FixedTextBuilder.cs
- ImageSourceValueSerializer.cs
- CompilerHelpers.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- GroupBoxAutomationPeer.cs
- JsonClassDataContract.cs
- ClientUrlResolverWrapper.cs
- CustomAttribute.cs
- WebHttpSecurity.cs
- ErrorWebPart.cs
- ToolStripSplitButton.cs
- MaterialGroup.cs
- ResourceCodeDomSerializer.cs
- InvokePatternIdentifiers.cs
- Helpers.cs
- ViewStateException.cs
- Triplet.cs
- FlowLayout.cs
- SQLCharsStorage.cs
- precedingsibling.cs
- HeaderedItemsControl.cs
- BasicExpandProvider.cs
- SchemaElementLookUpTable.cs
- SQLInt32Storage.cs
- CommentEmitter.cs
- DefaultTraceListener.cs
- Vector3DKeyFrameCollection.cs
- MimeMapping.cs
- HttpServerVarsCollection.cs
- DiscoveryClientProtocol.cs
- MarkupObject.cs
- XPathNodeList.cs
- UndoEngine.cs
- ControlBuilderAttribute.cs
- ScriptResourceInfo.cs
- SourceLineInfo.cs
- XmlQueryRuntime.cs
- TableSectionStyle.cs
- SerializationTrace.cs
- TitleStyle.cs
- MailMessageEventArgs.cs