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 / XPathSelfQuery.cs / 1 / XPathSelfQuery.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; internal sealed class XPathSelfQuery : BaseAxisQuery { public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput, Name, Prefix, Type) {} private XPathSelfQuery(XPathSelfQuery other) : base(other) { } public override XPathNavigator Advance() { while ((currentNode = qyInput.Advance()) != null) { if (matches(currentNode)) { position = 1; return currentNode; } } return null; } public override XPathNodeIterator Clone() { return new XPathSelfQuery(this); } } } // 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; internal sealed class XPathSelfQuery : BaseAxisQuery { public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput, Name, Prefix, Type) {} private XPathSelfQuery(XPathSelfQuery other) : base(other) { } public override XPathNavigator Advance() { while ((currentNode = qyInput.Advance()) != null) { if (matches(currentNode)) { position = 1; return currentNode; } } return null; } public override XPathNodeIterator Clone() { return new XPathSelfQuery(this); } } } // 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
- XmlSchemaAppInfo.cs
- SqlDataAdapter.cs
- Monitor.cs
- LinkConverter.cs
- XmlEventCache.cs
- CngProvider.cs
- LowerCaseStringConverter.cs
- SystemDropShadowChrome.cs
- Accessible.cs
- ImpersonateTokenRef.cs
- TextAutomationPeer.cs
- ProjectionQueryOptionExpression.cs
- updateconfighost.cs
- TextSelectionHelper.cs
- ErasingStroke.cs
- XmlNotation.cs
- AssociationSetMetadata.cs
- FaultDescription.cs
- Internal.cs
- MemberMaps.cs
- TextInfo.cs
- Event.cs
- FormsAuthenticationConfiguration.cs
- VectorKeyFrameCollection.cs
- MultiTargetingUtil.cs
- DataRecordInternal.cs
- PersonalizationDictionary.cs
- XmlSchemaComplexContent.cs
- WindowsStreamSecurityBindingElement.cs
- ClientConfigurationHost.cs
- IRCollection.cs
- ObjectKeyFrameCollection.cs
- TypeLibConverter.cs
- HatchBrush.cs
- PrimitiveCodeDomSerializer.cs
- XmlAnyElementAttributes.cs
- BmpBitmapDecoder.cs
- IndexOutOfRangeException.cs
- PathFigureCollectionConverter.cs
- ExpressionParser.cs
- ObjectListCommandsPage.cs
- ViewCellSlot.cs
- ConfigXmlWhitespace.cs
- ContractMapping.cs
- XmlToDatasetMap.cs
- StreamInfo.cs
- ConstructorBuilder.cs
- CodeAttributeDeclaration.cs
- TdsParserStateObject.cs
- StylusPointPropertyInfo.cs
- LinkLabelLinkClickedEvent.cs
- BackEase.cs
- EqualityArray.cs
- PrintPreviewGraphics.cs
- DrawListViewItemEventArgs.cs
- ListView.cs
- TypeGeneratedEventArgs.cs
- CodeDomSerializer.cs
- XhtmlStyleClass.cs
- SqlUtil.cs
- DataException.cs
- BypassElement.cs
- AssemblyFilter.cs
- ProxySimple.cs
- HttpHandler.cs
- SharedHttpTransportManager.cs
- PolyBezierSegmentFigureLogic.cs
- SelectedCellsCollection.cs
- XComponentModel.cs
- DocumentPageView.cs
- FormViewModeEventArgs.cs
- RadioButtonBaseAdapter.cs
- Model3DGroup.cs
- InlineUIContainer.cs
- Bitmap.cs
- IFormattable.cs
- SHA384.cs
- XmlEncodedRawTextWriter.cs
- SpeechEvent.cs
- TreeNodeStyle.cs
- ControlCommandSet.cs
- HtmlElementCollection.cs
- ExtendedPropertyDescriptor.cs
- WindowAutomationPeer.cs
- EntityDataSourceSelectingEventArgs.cs
- SmtpNegotiateAuthenticationModule.cs
- TreeIterators.cs
- TemplatePartAttribute.cs
- sqlser.cs
- AssemblyBuilderData.cs
- AsyncPostBackErrorEventArgs.cs
- SemaphoreSlim.cs
- PerfService.cs
- ListViewDeletedEventArgs.cs
- MimeObjectFactory.cs
- DES.cs
- IODescriptionAttribute.cs
- MD5.cs
- ConsumerConnectionPointCollection.cs
- ApplicationSecurityInfo.cs