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
- SingleConverter.cs
- BulletChrome.cs
- CodeTypeOfExpression.cs
- DbInsertCommandTree.cs
- WSDualHttpBindingCollectionElement.cs
- XmlSchemaAll.cs
- RectAnimationUsingKeyFrames.cs
- TimeStampChecker.cs
- DataConnectionHelper.cs
- EntityClientCacheKey.cs
- EdmFunction.cs
- ExpressionVisitor.cs
- HttpMethodAttribute.cs
- MemberPath.cs
- UnsafePeerToPeerMethods.cs
- Visual3DCollection.cs
- Imaging.cs
- GeneralTransform.cs
- StylusPointDescription.cs
- UserControlCodeDomTreeGenerator.cs
- WebPartUserCapability.cs
- UnsafeNativeMethods.cs
- CapabilitiesSection.cs
- AsyncInvokeContext.cs
- IsolatedStorageFile.cs
- DetailsViewPagerRow.cs
- XmlValidatingReader.cs
- ProcessHost.cs
- ExpressionHelper.cs
- ListViewHitTestInfo.cs
- PageBuildProvider.cs
- TreeNodeBindingDepthConverter.cs
- SortedList.cs
- DependencyPropertyAttribute.cs
- SBCSCodePageEncoding.cs
- MetadataUtilsSmi.cs
- DetailsViewPagerRow.cs
- _SSPISessionCache.cs
- XPathEmptyIterator.cs
- IconHelper.cs
- XmlSerializerAssemblyAttribute.cs
- ToolboxItemImageConverter.cs
- DataGridViewButtonColumn.cs
- DocumentViewerBaseAutomationPeer.cs
- x509store.cs
- XmlAttributeCache.cs
- DrawingGroup.cs
- ContractMapping.cs
- SerializationInfoEnumerator.cs
- TdsParserSafeHandles.cs
- LogReserveAndAppendState.cs
- ContainerParaClient.cs
- HtmlInputText.cs
- ExtenderControl.cs
- XmlTextEncoder.cs
- QuaternionIndependentAnimationStorage.cs
- SiteIdentityPermission.cs
- InvokeSchedule.cs
- _Connection.cs
- EnvironmentPermission.cs
- RelationshipEntry.cs
- XmlCompatibilityReader.cs
- CellParagraph.cs
- ScriptReference.cs
- DebugHandleTracker.cs
- XPathNavigatorKeyComparer.cs
- DisplayInformation.cs
- OperationAbortedException.cs
- HostProtectionException.cs
- StrokeIntersection.cs
- IISUnsafeMethods.cs
- BamlRecordReader.cs
- WebControlAdapter.cs
- MenuTracker.cs
- UnsafeNativeMethods.cs
- ConnectionConsumerAttribute.cs
- ObjectDataSource.cs
- XmlArrayItemAttributes.cs
- Helpers.cs
- MouseWheelEventArgs.cs
- MetadataException.cs
- WindowsGraphics2.cs
- CopyAction.cs
- DataGridViewComboBoxCell.cs
- SystemIPInterfaceProperties.cs
- ChildrenQuery.cs
- ObjectStorage.cs
- FileLevelControlBuilderAttribute.cs
- xmlfixedPageInfo.cs
- JoinElimination.cs
- ThicknessAnimationBase.cs
- DesignerCapabilities.cs
- SystemResourceKey.cs
- WorkflowServiceNamespace.cs
- InlinedAggregationOperator.cs
- pingexception.cs
- FilterEventArgs.cs
- PropertyChangedEventManager.cs
- WsdlInspector.cs
- AspNetHostingPermission.cs