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
- CurrentChangingEventManager.cs
- SID.cs
- SpStreamWrapper.cs
- BufferedGraphics.cs
- DataGridViewRowPostPaintEventArgs.cs
- DataKeyCollection.cs
- Operand.cs
- ButtonChrome.cs
- TableLayoutCellPaintEventArgs.cs
- NegatedCellConstant.cs
- InheritanceAttribute.cs
- PtsHelper.cs
- ViewBox.cs
- GCHandleCookieTable.cs
- RequestCachePolicy.cs
- SqlConnectionHelper.cs
- ListenDesigner.cs
- AutoGeneratedField.cs
- IgnoreSection.cs
- FieldBuilder.cs
- storagemappingitemcollection.viewdictionary.cs
- NameScopePropertyAttribute.cs
- ColumnHeader.cs
- ZipIOLocalFileBlock.cs
- NavigationService.cs
- ClosableStream.cs
- SHA1.cs
- Native.cs
- GridViewPageEventArgs.cs
- CompositionAdorner.cs
- AppDomainGrammarProxy.cs
- TemplateBamlRecordReader.cs
- XpsFilter.cs
- Wildcard.cs
- MULTI_QI.cs
- ExpressionStringBuilder.cs
- MapPathBasedVirtualPathProvider.cs
- ListItemParagraph.cs
- Module.cs
- SystemTcpConnection.cs
- RepeatBehaviorConverter.cs
- SimpleApplicationHost.cs
- GroupBoxAutomationPeer.cs
- RequestQueue.cs
- TableRowsCollectionEditor.cs
- DetailsViewUpdateEventArgs.cs
- DefaultTextStoreTextComposition.cs
- HierarchicalDataBoundControl.cs
- RightsManagementLicense.cs
- CodeEventReferenceExpression.cs
- RelatedEnd.cs
- OleDbConnectionFactory.cs
- CheckBox.cs
- EventProviderBase.cs
- ObjectDataSourceDisposingEventArgs.cs
- AsymmetricSignatureDeformatter.cs
- DataRelationPropertyDescriptor.cs
- ActivityCodeDomSerializationManager.cs
- Thread.cs
- SQLDoubleStorage.cs
- MexHttpBindingElement.cs
- InteropEnvironment.cs
- DataFormat.cs
- OLEDB_Util.cs
- validationstate.cs
- HtmlDocument.cs
- Cloud.cs
- TrackingSection.cs
- SemanticValue.cs
- LinearKeyFrames.cs
- CharacterMetrics.cs
- DataBoundLiteralControl.cs
- PageSetupDialog.cs
- AttachedAnnotation.cs
- SQLDecimalStorage.cs
- ImageSourceValueSerializer.cs
- NamespaceList.cs
- UnsignedPublishLicense.cs
- WizardPanel.cs
- UnknownWrapper.cs
- ComponentGuaranteesAttribute.cs
- NamespaceList.cs
- _UriSyntax.cs
- FuncCompletionCallbackWrapper.cs
- KnownAssemblyEntry.cs
- ListParaClient.cs
- XmlSchemaFacet.cs
- ItemCheckEvent.cs
- SmiContextFactory.cs
- QuaternionAnimation.cs
- BaseValidator.cs
- DataRowCollection.cs
- DefaultAsyncDataDispatcher.cs
- Win32.cs
- Encoder.cs
- OletxDependentTransaction.cs
- assemblycache.cs
- RelationshipNavigation.cs
- BasicHttpBindingCollectionElement.cs
- RC2CryptoServiceProvider.cs