Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / XPath / Internal / Filter.cs / 1 / Filter.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;
internal class Filter : AstNode {
private AstNode input;
private AstNode condition;
public Filter( AstNode input, AstNode condition) {
this.input = input;
this.condition = condition;
}
public override AstType Type { get { return AstType.Filter; } }
public override XPathResultType ReturnType { get { return XPathResultType.NodeSet; } }
public AstNode Input { get { return input; } }
public AstNode Condition { get { return condition; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Substitution.cs
- TextParagraph.cs
- StorageComplexPropertyMapping.cs
- SrgsRuleRef.cs
- ECDiffieHellman.cs
- SystemPens.cs
- RegexMatch.cs
- FileInfo.cs
- BitmapSourceSafeMILHandle.cs
- JsonClassDataContract.cs
- UnionExpr.cs
- PassportAuthenticationEventArgs.cs
- CellTreeSimplifier.cs
- OleDbWrapper.cs
- FlowDocumentView.cs
- ContentHostHelper.cs
- X509Certificate.cs
- TimeZoneInfo.cs
- SystemBrushes.cs
- CodeVariableReferenceExpression.cs
- UInt64.cs
- ContentAlignmentEditor.cs
- JournalEntryListConverter.cs
- columnmapfactory.cs
- DataBoundControlParameterTarget.cs
- RegexWriter.cs
- ResourceLoader.cs
- WorkflowEnvironment.cs
- XmlLoader.cs
- AliasedSlot.cs
- DefaultWorkflowSchedulerService.cs
- CompModSwitches.cs
- PenContexts.cs
- FormatSettings.cs
- DataTableExtensions.cs
- BamlLocalizableResourceKey.cs
- NumberFormatInfo.cs
- EncryptionUtility.cs
- PrintPageEvent.cs
- BinaryConverter.cs
- FontFamily.cs
- HotSpotCollectionEditor.cs
- OutKeywords.cs
- NativeMethodsCLR.cs
- DataGridRowAutomationPeer.cs
- WebConfigurationHost.cs
- TextControl.cs
- AttributeQuery.cs
- ColumnResizeUndoUnit.cs
- LabelAutomationPeer.cs
- NGCPageContentSerializerAsync.cs
- ColumnResult.cs
- Command.cs
- XsdDataContractImporter.cs
- ValidationErrorEventArgs.cs
- CounterCreationData.cs
- CodeBlockBuilder.cs
- BinaryObjectReader.cs
- FileDialogCustomPlace.cs
- FixedPage.cs
- DesigntimeLicenseContextSerializer.cs
- BitmapSizeOptions.cs
- TraceSource.cs
- DiscoveryClientDocuments.cs
- DataSourceView.cs
- AutomationAttributeInfo.cs
- DocumentOrderQuery.cs
- Page.cs
- CodeNamespaceImport.cs
- VisualBrush.cs
- COM2ExtendedBrowsingHandler.cs
- UnmanagedMemoryStreamWrapper.cs
- SettingsPropertyNotFoundException.cs
- PageBreakRecord.cs
- Attributes.cs
- AxParameterData.cs
- SettingsBase.cs
- AVElementHelper.cs
- WebControlParameterProxy.cs
- HttpContextWrapper.cs
- XmlNodeChangedEventManager.cs
- PartManifestEntry.cs
- XmlTextReaderImplHelpers.cs
- PropertyChangeTracker.cs
- TextServicesLoader.cs
- OutputScopeManager.cs
- PropertyChangedEventManager.cs
- ListBindingConverter.cs
- PerformanceCounterManager.cs
- FunctionNode.cs
- ClrProviderManifest.cs
- ViewManager.cs
- ExternalFile.cs
- ProxyWebPartConnectionCollection.cs
- StringReader.cs
- ContactManager.cs
- DataBoundLiteralControl.cs
- WinEventTracker.cs
- MemberAccessException.cs
- ClassHandlersStore.cs