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 / 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.
//
// [....]
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeExporter.cs
- sqlinternaltransaction.cs
- FormatterServicesNoSerializableCheck.cs
- CodeTypeParameterCollection.cs
- ForEachAction.cs
- BaseDataList.cs
- IBuiltInEvidence.cs
- MenuStrip.cs
- ImmutablePropertyDescriptorGridEntry.cs
- WebBrowserNavigatingEventHandler.cs
- DataGridClipboardHelper.cs
- PatternMatcher.cs
- SchemaSetCompiler.cs
- ClientSettingsStore.cs
- TcpClientCredentialType.cs
- DiscoveryEndpointElement.cs
- CrossSiteScriptingValidation.cs
- ImageUrlEditor.cs
- Help.cs
- SingleResultAttribute.cs
- PreviousTrackingServiceAttribute.cs
- TreeNodeStyleCollection.cs
- FixedPosition.cs
- ContentType.cs
- Window.cs
- Rotation3DKeyFrameCollection.cs
- DirectoryObjectSecurity.cs
- MenuRendererStandards.cs
- ListDictionaryInternal.cs
- SqlCharStream.cs
- DataGridViewCellConverter.cs
- HtmlToClrEventProxy.cs
- baseshape.cs
- MbpInfo.cs
- QilList.cs
- x509store.cs
- ConditionedDesigner.cs
- ResourcesBuildProvider.cs
- ImageFormatConverter.cs
- InvalidFilterCriteriaException.cs
- Marshal.cs
- WmlTextViewAdapter.cs
- SessionStateItemCollection.cs
- BuildProviderUtils.cs
- Int32Storage.cs
- StructuralCache.cs
- RoleGroupCollection.cs
- StyleHelper.cs
- StatusBar.cs
- Animatable.cs
- PixelFormat.cs
- IndexingContentUnit.cs
- LabelExpression.cs
- Decoder.cs
- SimpleMailWebEventProvider.cs
- ParserExtension.cs
- XmlSchemaSet.cs
- ScriptingRoleServiceSection.cs
- ReceiveActivityDesigner.cs
- FolderBrowserDialogDesigner.cs
- TablePatternIdentifiers.cs
- ManifestBasedResourceGroveler.cs
- GridViewUpdateEventArgs.cs
- CacheAxisQuery.cs
- LedgerEntryCollection.cs
- Tuple.cs
- KeyInterop.cs
- UnsignedPublishLicense.cs
- XmlQueryCardinality.cs
- XsdValidatingReader.cs
- PreservationFileWriter.cs
- InputBuffer.cs
- _FtpControlStream.cs
- SymmetricKeyWrap.cs
- XamlReader.cs
- Point.cs
- SystemIPv4InterfaceProperties.cs
- CreatingCookieEventArgs.cs
- SetUserLanguageRequest.cs
- VisualStyleTypesAndProperties.cs
- TemplatedControlDesigner.cs
- SoapReflectionImporter.cs
- XsltLibrary.cs
- FilterableAttribute.cs
- NetworkAddressChange.cs
- SystemNetHelpers.cs
- UpdateManifestForBrowserApplication.cs
- EntityDataSourceEntitySetNameItem.cs
- diagnosticsswitches.cs
- WorkerRequest.cs
- TextEvent.cs
- DbConnectionPoolGroupProviderInfo.cs
- Crypto.cs
- DataProviderNameConverter.cs
- SpAudioStreamWrapper.cs
- PageAsyncTaskManager.cs
- RequestCachePolicyConverter.cs
- SaveCardRequest.cs
- FunctionMappingTranslator.cs
- DynamicILGenerator.cs