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 / AvtEvent.cs / 1 / AvtEvent.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.Text;
internal sealed class AvtEvent : TextEvent {
private int key;
public AvtEvent(int key) {
Debug.Assert(key != Compiler.InvalidQueryKey);
this.key = key;
}
public override bool Output(Processor processor, ActionFrame frame) {
Debug.Assert(key != Compiler.InvalidQueryKey);
return processor.TextEvent(processor.EvaluateString(frame, this.key));
}
public override string Evaluate(Processor processor, ActionFrame frame) {
return processor.EvaluateString(frame, this.key);
}
}
}
// 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.Text;
internal sealed class AvtEvent : TextEvent {
private int key;
public AvtEvent(int key) {
Debug.Assert(key != Compiler.InvalidQueryKey);
this.key = key;
}
public override bool Output(Processor processor, ActionFrame frame) {
Debug.Assert(key != Compiler.InvalidQueryKey);
return processor.TextEvent(processor.EvaluateString(frame, this.key));
}
public override string Evaluate(Processor processor, ActionFrame frame) {
return processor.EvaluateString(frame, this.key);
}
}
}
// 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
- PlatformNotSupportedException.cs
- HScrollProperties.cs
- MulticastOption.cs
- XPathDocument.cs
- VariantWrapper.cs
- NameValueFileSectionHandler.cs
- HttpCapabilitiesBase.cs
- PersonalizationDictionary.cs
- AttachedPropertyInfo.cs
- DocumentPageView.cs
- BoolLiteral.cs
- KeyNotFoundException.cs
- SqlXml.cs
- WindowsBrush.cs
- _Connection.cs
- Animatable.cs
- BamlRecords.cs
- RegexInterpreter.cs
- ApplicationInfo.cs
- Style.cs
- XmlElementList.cs
- Decimal.cs
- DispatcherFrame.cs
- XmlSchemaAttribute.cs
- ThrowHelper.cs
- InstanceDataCollection.cs
- ImageDrawing.cs
- WebBaseEventKeyComparer.cs
- FragmentNavigationEventArgs.cs
- __Error.cs
- GeometryHitTestResult.cs
- EventsTab.cs
- RemoteHelper.cs
- TrackingServices.cs
- UriTemplateQueryValue.cs
- ControlPropertyNameConverter.cs
- CssTextWriter.cs
- ConditionalDesigner.cs
- ObjectContext.cs
- ColorComboBox.cs
- ContentPosition.cs
- WebConfigurationFileMap.cs
- ToolStripSeparator.cs
- CommandField.cs
- HtmlProps.cs
- EventLogTraceListener.cs
- HideDisabledControlAdapter.cs
- SqlWebEventProvider.cs
- DbConnectionClosed.cs
- WebPartDeleteVerb.cs
- SchemaHelper.cs
- SqlTransaction.cs
- SocketException.cs
- Point4DValueSerializer.cs
- ProfilePropertyMetadata.cs
- DataGridCommandEventArgs.cs
- KeyConstraint.cs
- IISMapPath.cs
- GetTokenRequest.cs
- LightweightCodeGenerator.cs
- SurrogateEncoder.cs
- WebPartEditVerb.cs
- FixedPageStructure.cs
- Compiler.cs
- DataKeyCollection.cs
- COM2FontConverter.cs
- BuildResultCache.cs
- AssemblyAttributesGoHere.cs
- DockEditor.cs
- BatchStream.cs
- TreeNodeCollection.cs
- ModulesEntry.cs
- EntryPointNotFoundException.cs
- NetTcpSectionData.cs
- GeneralTransform3DGroup.cs
- PrintingPermissionAttribute.cs
- ArrayListCollectionBase.cs
- InternalDuplexChannelListener.cs
- SettingsAttributeDictionary.cs
- XmlArrayAttribute.cs
- DataGridTextBoxColumn.cs
- ReceiveSecurityHeaderElementManager.cs
- DeclarationUpdate.cs
- LinqDataSourceStatusEventArgs.cs
- DesignerMetadata.cs
- ComponentEvent.cs
- RpcCryptoRequest.cs
- XamlFigureLengthSerializer.cs
- Separator.cs
- CrossAppDomainChannel.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- ImageListStreamer.cs
- SecurityKeyIdentifier.cs
- TextDocumentView.cs
- WebPartConnection.cs
- Double.cs
- DispatchChannelSink.cs
- FileAuthorizationModule.cs
- ProfileInfo.cs
- VirtualDirectoryMapping.cs