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
- WindowsRegion.cs
- StorageRoot.cs
- _NestedSingleAsyncResult.cs
- TypedAsyncResult.cs
- SiteMapProvider.cs
- UnsafeNativeMethods.cs
- httpapplicationstate.cs
- JpegBitmapDecoder.cs
- ComboBoxRenderer.cs
- FormViewCommandEventArgs.cs
- WorkflowViewStateService.cs
- CachedBitmap.cs
- TemplateKeyConverter.cs
- PropertiesTab.cs
- InputLanguageEventArgs.cs
- AnalyzedTree.cs
- ContainerSelectorGlyph.cs
- ValidatorCompatibilityHelper.cs
- VisemeEventArgs.cs
- Funcletizer.cs
- WsatServiceAddress.cs
- SchemaType.cs
- GlyphRunDrawing.cs
- LongValidator.cs
- Transform3D.cs
- RuntimeTrackingProfile.cs
- ResourcesGenerator.cs
- WindowsUpDown.cs
- EnumMemberAttribute.cs
- Point3DKeyFrameCollection.cs
- HwndHostAutomationPeer.cs
- DataObjectAttribute.cs
- CircleEase.cs
- DeviceContext.cs
- InlineCollection.cs
- BaseCodeDomTreeGenerator.cs
- MediaTimeline.cs
- ProtocolImporter.cs
- SpellerError.cs
- InternalBufferOverflowException.cs
- UnsafeNativeMethods.cs
- MachineKeySection.cs
- SizeAnimation.cs
- TargetPerspective.cs
- WsdlParser.cs
- MatrixValueSerializer.cs
- BeginStoryboard.cs
- Literal.cs
- Constant.cs
- SynchronizedDispatch.cs
- ExtendedPropertyDescriptor.cs
- TemplateBindingExpressionConverter.cs
- OleDbEnumerator.cs
- Rfc2898DeriveBytes.cs
- MessageCredentialType.cs
- CasesDictionary.cs
- SrgsElementList.cs
- QilStrConcatenator.cs
- AsyncSerializedWorker.cs
- PublisherIdentityPermission.cs
- ParameterBuilder.cs
- Transform3DGroup.cs
- XmlSchemaProviderAttribute.cs
- PreloadedPackages.cs
- KeyboardDevice.cs
- NumberEdit.cs
- FixedPageStructure.cs
- KnowledgeBase.cs
- TextEditorDragDrop.cs
- TableLayoutPanelCellPosition.cs
- FeatureSupport.cs
- MarginCollapsingState.cs
- _HelperAsyncResults.cs
- SafePEFileHandle.cs
- XmlSchemaAnnotated.cs
- AssertHelper.cs
- Ports.cs
- StrokeCollectionConverter.cs
- Utils.cs
- TextTreeTextBlock.cs
- HttpWebRequest.cs
- ContentPlaceHolder.cs
- LiteralTextContainerControlBuilder.cs
- ChangeConflicts.cs
- MarkupObject.cs
- MSAAWinEventWrap.cs
- PolyQuadraticBezierSegment.cs
- StreamAsIStream.cs
- Encoder.cs
- TextMarkerSource.cs
- HttpAsyncResult.cs
- ToolboxComponentsCreatedEventArgs.cs
- HTMLTagNameToTypeMapper.cs
- PropertyRecord.cs
- SqlParameter.cs
- _CommandStream.cs
- StyleBamlRecordReader.cs
- SystemEvents.cs
- JsonServiceDocumentSerializer.cs
- OpenTypeMethods.cs