Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / XPath / Internal / VariableQuery.cs / 1 / VariableQuery.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace MS.Internal.Xml.XPath { using System; using System.Xml; using System.Xml.XPath; using System.Diagnostics; using System.Globalization; using System.Xml.Xsl; internal sealed class VariableQuery : ExtensionQuery { private IXsltContextVariable variable; public VariableQuery(string name, string prefix) : base(prefix, name) {} private VariableQuery(VariableQuery other) : base(other) { this.variable = other.variable; } public override void SetXsltContext(XsltContext context) { if (context == null) { throw XPathException.Create(Res.Xp_NoContext); } if (this.xsltContext != context) { xsltContext = context; variable = xsltContext.ResolveVariable(prefix, name); // Since null is allowed for ResolveFunction, allow it for ResolveVariable as well if (variable == null) { throw XPathException.Create(Res.Xp_UndefVar, QName); } } } public override object Evaluate(XPathNodeIterator nodeIterator) { if (xsltContext == null) { throw XPathException.Create(Res.Xp_NoContext); } return ProcessResult(variable.Evaluate(xsltContext)); } public override XPathResultType StaticType { get { if (variable != null) { // Temp. fix to overcome dependency on static type return GetXPathType(Evaluate(null)); } XPathResultType result = variable != null ? variable.VariableType : XPathResultType.Any; if (result == XPathResultType.Error) { // In v.1 we confused Error & Any so now for backward compatibility we should allow users to return any of them. result = XPathResultType.Any; } return result; } } public override XPathNodeIterator Clone() { return new VariableQuery(this); } public override void PrintQuery(XmlWriter w) { w.WriteStartElement(this.GetType().Name); w.WriteAttributeString("name", prefix.Length != 0 ? prefix + ':' + name : name); w.WriteEndElement(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace MS.Internal.Xml.XPath { using System; using System.Xml; using System.Xml.XPath; using System.Diagnostics; using System.Globalization; using System.Xml.Xsl; internal sealed class VariableQuery : ExtensionQuery { private IXsltContextVariable variable; public VariableQuery(string name, string prefix) : base(prefix, name) {} private VariableQuery(VariableQuery other) : base(other) { this.variable = other.variable; } public override void SetXsltContext(XsltContext context) { if (context == null) { throw XPathException.Create(Res.Xp_NoContext); } if (this.xsltContext != context) { xsltContext = context; variable = xsltContext.ResolveVariable(prefix, name); // Since null is allowed for ResolveFunction, allow it for ResolveVariable as well if (variable == null) { throw XPathException.Create(Res.Xp_UndefVar, QName); } } } public override object Evaluate(XPathNodeIterator nodeIterator) { if (xsltContext == null) { throw XPathException.Create(Res.Xp_NoContext); } return ProcessResult(variable.Evaluate(xsltContext)); } public override XPathResultType StaticType { get { if (variable != null) { // Temp. fix to overcome dependency on static type return GetXPathType(Evaluate(null)); } XPathResultType result = variable != null ? variable.VariableType : XPathResultType.Any; if (result == XPathResultType.Error) { // In v.1 we confused Error & Any so now for backward compatibility we should allow users to return any of them. result = XPathResultType.Any; } return result; } } public override XPathNodeIterator Clone() { return new VariableQuery(this); } public override void PrintQuery(XmlWriter w) { w.WriteStartElement(this.GetType().Name); w.WriteAttributeString("name", prefix.Length != 0 ? prefix + ':' + name : name); w.WriteEndElement(); } } } // 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
- JsonDeserializer.cs
- AliasedSlot.cs
- XmlSchemaInfo.cs
- CollectionContainer.cs
- PropertyValueChangedEvent.cs
- XomlSerializationHelpers.cs
- shaperfactory.cs
- tibetanshape.cs
- FileEnumerator.cs
- DocumentViewerAutomationPeer.cs
- ActivityDesigner.cs
- CharacterMetricsDictionary.cs
- GiveFeedbackEventArgs.cs
- SystemIcmpV6Statistics.cs
- PropertyChangingEventArgs.cs
- SiteMapNodeItemEventArgs.cs
- SynchronizingStream.cs
- InkCanvas.cs
- TrustManagerMoreInformation.cs
- SQLInt16Storage.cs
- HttpListenerException.cs
- FileSecurity.cs
- EntitySqlException.cs
- XsltContext.cs
- SecurityManager.cs
- XslUrlEditor.cs
- UnmanagedHandle.cs
- SqlDataSourceDesigner.cs
- SignatureDescription.cs
- ClientTarget.cs
- ExpressionBindings.cs
- SetIterators.cs
- InstanceView.cs
- DbProviderConfigurationHandler.cs
- AutoGeneratedField.cs
- ImageAutomationPeer.cs
- Bitmap.cs
- PlatformCulture.cs
- TableAutomationPeer.cs
- ReferentialConstraint.cs
- InvokePattern.cs
- NumberFunctions.cs
- AdornerLayer.cs
- CustomLineCap.cs
- PassportAuthentication.cs
- SqlUDTStorage.cs
- Queue.cs
- SizeAnimationBase.cs
- BitConverter.cs
- sqlinternaltransaction.cs
- Interlocked.cs
- ServiceOperationUIEditor.cs
- IPCCacheManager.cs
- BasePattern.cs
- TextCompositionManager.cs
- TextTreeTextBlock.cs
- RawContentTypeMapper.cs
- RoleGroup.cs
- QuestionEventArgs.cs
- TextElementAutomationPeer.cs
- Expressions.cs
- RepeatButtonAutomationPeer.cs
- SqlRowUpdatingEvent.cs
- UnescapedXmlDiagnosticData.cs
- HttpModuleAction.cs
- TimerEventSubscription.cs
- SplitterEvent.cs
- SystemFonts.cs
- dbdatarecord.cs
- Vector.cs
- Message.cs
- FrameworkPropertyMetadata.cs
- Application.cs
- PrintPreviewDialog.cs
- Header.cs
- IndexedEnumerable.cs
- SingleAnimationBase.cs
- CompModSwitches.cs
- DataMemberConverter.cs
- SplineKeyFrames.cs
- BitmapEffectInput.cs
- OracleConnectionStringBuilder.cs
- RtfToXamlLexer.cs
- AccessText.cs
- TextSegment.cs
- ClientConvert.cs
- XNodeNavigator.cs
- ReadOnlyDataSource.cs
- CompensationDesigner.cs
- SqlException.cs
- LocatorPart.cs
- DiagnosticsConfiguration.cs
- AnnouncementEndpoint.cs
- HtmlFormParameterWriter.cs
- CriticalExceptions.cs
- XmlnsPrefixAttribute.cs
- EnumMemberAttribute.cs
- DirectoryRedirect.cs
- FormViewCommandEventArgs.cs
- OperationExecutionFault.cs