Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / XPath / Internal / ValueQuery.cs / 1 / ValueQuery.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace MS.Internal.Xml.XPath { using System; using System.Globalization; using System.Text; using System.Xml; using System.Xml.XPath; using System.Xml.Xsl; using System.Collections.Generic; using System.Diagnostics; internal abstract class ValueQuery : Query { public ValueQuery() { } protected ValueQuery(ValueQuery other) : base(other) { } public sealed override void Reset() { } public sealed override XPathNavigator Current { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override int CurrentPosition { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override int Count { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override XPathNavigator Advance() { throw XPathException.Create(Res.Xp_NodeSetExpected); } } } // 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.Globalization; using System.Text; using System.Xml; using System.Xml.XPath; using System.Xml.Xsl; using System.Collections.Generic; using System.Diagnostics; internal abstract class ValueQuery : Query { public ValueQuery() { } protected ValueQuery(ValueQuery other) : base(other) { } public sealed override void Reset() { } public sealed override XPathNavigator Current { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override int CurrentPosition { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override int Count { get { throw XPathException.Create(Res.Xp_NodeSetExpected); } } public sealed override XPathNavigator Advance() { throw XPathException.Create(Res.Xp_NodeSetExpected); } } } // 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
- AccessControlList.cs
- ServicesUtilities.cs
- SQLMoneyStorage.cs
- FileLogRecordEnumerator.cs
- ComponentResourceManager.cs
- XmlIncludeAttribute.cs
- CodeTypeReferenceCollection.cs
- HttpContextServiceHost.cs
- DBSqlParserColumnCollection.cs
- AddInAdapter.cs
- RoleService.cs
- State.cs
- propertytag.cs
- DataGridSortCommandEventArgs.cs
- IndexerNameAttribute.cs
- DNS.cs
- XsltArgumentList.cs
- AssemblyCacheEntry.cs
- DataGridViewCellMouseEventArgs.cs
- Socket.cs
- TabletDevice.cs
- CompilerWrapper.cs
- ConfigurationStrings.cs
- CatalogPart.cs
- SafeCoTaskMem.cs
- WebPartConnection.cs
- DbConnectionPoolCounters.cs
- TextTabProperties.cs
- ObfuscateAssemblyAttribute.cs
- RowBinding.cs
- AssemblyBuilder.cs
- PreProcessor.cs
- ParserStreamGeometryContext.cs
- regiisutil.cs
- ColorAnimationUsingKeyFrames.cs
- LambdaCompiler.Unary.cs
- InputBuffer.cs
- WebServiceErrorEvent.cs
- WebHostedComPlusServiceHost.cs
- OdbcPermission.cs
- CqlErrorHelper.cs
- RightsManagementPermission.cs
- DataSourceNameHandler.cs
- WindowsComboBox.cs
- CommandBindingCollection.cs
- ParameterCollectionEditor.cs
- DesignerImageAdapter.cs
- XmlILOptimizerVisitor.cs
- DbTransaction.cs
- EnumCodeDomSerializer.cs
- RelatedCurrencyManager.cs
- HttpCachePolicy.cs
- EmptyQuery.cs
- AdRotator.cs
- BaseInfoTable.cs
- IMembershipProvider.cs
- InputBuffer.cs
- RoleService.cs
- GlyphTypeface.cs
- InkSerializer.cs
- Pkcs7Signer.cs
- BrowserCapabilitiesFactoryBase.cs
- ClaimTypes.cs
- NotFiniteNumberException.cs
- ConfigurationPropertyAttribute.cs
- KnownTypeAttribute.cs
- StaticResourceExtension.cs
- OrderedEnumerableRowCollection.cs
- HttpCacheVaryByContentEncodings.cs
- _Events.cs
- CodePrimitiveExpression.cs
- XamlToRtfParser.cs
- DebugInfoGenerator.cs
- DependentList.cs
- CopyNodeSetAction.cs
- wpf-etw.cs
- Lock.cs
- VisualBasicValue.cs
- RelationshipEndMember.cs
- AutomationPeer.cs
- Thread.cs
- FacetEnabledSchemaElement.cs
- GPPOINTF.cs
- StringSource.cs
- CompressEmulationStream.cs
- XamlDesignerSerializationManager.cs
- DesignerCalendarAdapter.cs
- DataGridComponentEditor.cs
- TransactionsSectionGroup.cs
- ResponseBodyWriter.cs
- Int32Rect.cs
- ExpandoClass.cs
- UrlPath.cs
- ClientSettingsSection.cs
- Overlapped.cs
- SynchronizationLockException.cs
- ValidationErrorCollection.cs
- RenderTargetBitmap.cs
- LayoutEvent.cs
- COM2ComponentEditor.cs