Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- IIS7UserPrincipal.cs
- Symbol.cs
- BroadcastEventHelper.cs
- SqlXmlStorage.cs
- TextFindEngine.cs
- PageBreakRecord.cs
- IconConverter.cs
- ProcessInfo.cs
- NetStream.cs
- SqlVisitor.cs
- UpDownEvent.cs
- TransactionBehavior.cs
- TrustManagerPromptUI.cs
- InternalConfigEventArgs.cs
- VBCodeProvider.cs
- FileSystemEventArgs.cs
- MulticastIPAddressInformationCollection.cs
- RequestUriProcessor.cs
- HttpContext.cs
- AssemblyBuilder.cs
- DoubleCollection.cs
- QueryOptionExpression.cs
- CmsInterop.cs
- FeatureAttribute.cs
- Shape.cs
- regiisutil.cs
- ControlParameter.cs
- UiaCoreProviderApi.cs
- DecoderFallback.cs
- Transform3DGroup.cs
- EditorZone.cs
- XmlSchemaComplexContentRestriction.cs
- PropertyValue.cs
- XmlReflectionMember.cs
- FileCodeGroup.cs
- AppDomainEvidenceFactory.cs
- GenericIdentity.cs
- StaticSiteMapProvider.cs
- ProfilePropertySettings.cs
- UpdateTranslator.cs
- HtmlUtf8RawTextWriter.cs
- TickBar.cs
- ColorAnimation.cs
- ComponentEditorForm.cs
- DataBindingHandlerAttribute.cs
- UnsignedPublishLicense.cs
- XmlSerializerAssemblyAttribute.cs
- SByte.cs
- WindowsListViewScroll.cs
- StateMachine.cs
- PartManifestEntry.cs
- XmlQualifiedName.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- IDictionary.cs
- NativeObjectSecurity.cs
- DateTimeStorage.cs
- _Semaphore.cs
- TreeNodeStyleCollection.cs
- StylusPlugInCollection.cs
- TextEditor.cs
- LineBreak.cs
- TheQuery.cs
- SessionPageStatePersister.cs
- SerializationSectionGroup.cs
- GlyphsSerializer.cs
- COM2PictureConverter.cs
- CodeIdentifier.cs
- RequestQueue.cs
- UrlMapping.cs
- AttributeEmitter.cs
- ListItem.cs
- XsltException.cs
- AnnotationComponentChooser.cs
- BinaryReader.cs
- EventRoute.cs
- ResourceDisplayNameAttribute.cs
- TileModeValidation.cs
- ChannelCacheDefaults.cs
- ReferencedType.cs
- PersonalizationDictionary.cs
- CopyOnWriteList.cs
- PageThemeBuildProvider.cs
- TabletDevice.cs
- EdmComplexTypeAttribute.cs
- JournalEntry.cs
- arabicshape.cs
- CursorConverter.cs
- InternalSafeNativeMethods.cs
- UserControlAutomationPeer.cs
- FileSystemInfo.cs
- PrintPageEvent.cs
- WindowsFont.cs
- IFlowDocumentViewer.cs
- PermissionSetTriple.cs
- GroupBoxRenderer.cs
- ColorAnimation.cs
- SpAudioStreamWrapper.cs
- Application.cs
- PopupControlService.cs
- DbConnectionInternal.cs