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
- RegisteredExpandoAttribute.cs
- clipboard.cs
- SystemEvents.cs
- EncoderReplacementFallback.cs
- WebConfigurationHostFileChange.cs
- EntityKeyElement.cs
- HtmlTableRow.cs
- EntityProxyTypeInfo.cs
- BooleanFunctions.cs
- PointAnimationUsingPath.cs
- wgx_render.cs
- Completion.cs
- KeyValueConfigurationCollection.cs
- FormViewUpdateEventArgs.cs
- PersonalizationStateQuery.cs
- ResourceCodeDomSerializer.cs
- OleDbParameterCollection.cs
- SystemIcmpV4Statistics.cs
- DesignerSerializerAttribute.cs
- SrgsElementFactory.cs
- NativeMethods.cs
- ListenDesigner.cs
- BufferedReadStream.cs
- GeometryCombineModeValidation.cs
- DataGridViewImageColumn.cs
- ContentPlaceHolder.cs
- ListBoxAutomationPeer.cs
- WindowsTitleBar.cs
- SemanticResultValue.cs
- StylusCollection.cs
- MemoryFailPoint.cs
- ImageKeyConverter.cs
- Translator.cs
- GreaterThanOrEqual.cs
- RequestDescription.cs
- PerformanceCounterLib.cs
- AttachmentCollection.cs
- ConfigViewGenerator.cs
- HtmlSelect.cs
- BamlStream.cs
- ActivityDesignerLayoutSerializers.cs
- DefaultPropertyAttribute.cs
- ScriptControlDescriptor.cs
- ExpandedWrapper.cs
- Hashtable.cs
- LinearGradientBrush.cs
- SafeEventLogWriteHandle.cs
- DependencyObject.cs
- AccessDataSource.cs
- StructuralComparisons.cs
- EDesignUtil.cs
- SimpleHandlerFactory.cs
- EventEntry.cs
- BitmapEffectInputData.cs
- UseLicense.cs
- XmlDataSource.cs
- BaseParaClient.cs
- DirectoryNotFoundException.cs
- WorkflowTraceTransfer.cs
- PersonalizationProviderHelper.cs
- OleDbConnectionFactory.cs
- SafeFileHandle.cs
- CachedTypeface.cs
- CallSiteHelpers.cs
- SettingsPropertyValue.cs
- DesignerTransactionCloseEvent.cs
- CLSCompliantAttribute.cs
- DocumentSequence.cs
- MinMaxParagraphWidth.cs
- ListenerConnectionModeReader.cs
- UInt64.cs
- ButtonFieldBase.cs
- ReflectEventDescriptor.cs
- CultureSpecificStringDictionary.cs
- SystemDiagnosticsSection.cs
- RequestQueue.cs
- ComplexBindingPropertiesAttribute.cs
- WindowsEditBoxRange.cs
- TextAction.cs
- StructuredTypeEmitter.cs
- CssTextWriter.cs
- DataViewManager.cs
- SqlRemoveConstantOrderBy.cs
- TriState.cs
- ScrollChrome.cs
- Exceptions.cs
- ContextQuery.cs
- SimpleHandlerFactory.cs
- WindowsRebar.cs
- MetafileHeader.cs
- TileBrush.cs
- ReadOnlyHierarchicalDataSource.cs
- HyperLinkField.cs
- Icon.cs
- TableStyle.cs
- HttpRuntime.cs
- XomlSerializationHelpers.cs
- Win32.cs
- MultiSelector.cs
- StreamInfo.cs