Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / EndEvent.cs / 1 / EndEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; using System.Xml.XPath; internal class EndEvent : Event { private XPathNodeType nodeType; internal EndEvent(XPathNodeType nodeType) { Debug.Assert(nodeType != XPathNodeType.Namespace); this.nodeType = nodeType; } public override bool Output(Processor processor, ActionFrame frame) { return processor.EndEvent(this.nodeType); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; using System.Xml.XPath; internal class EndEvent : Event { private XPathNodeType nodeType; internal EndEvent(XPathNodeType nodeType) { Debug.Assert(nodeType != XPathNodeType.Namespace); this.nodeType = nodeType; } public override bool Output(Processor processor, ActionFrame frame) { return processor.EndEvent(this.nodeType); } } } // 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
- ProfileBuildProvider.cs
- BrowserDefinitionCollection.cs
- TextEditorSpelling.cs
- UInt64.cs
- Point3DCollection.cs
- OdbcReferenceCollection.cs
- TransactionBehavior.cs
- PropertyDescriptor.cs
- EventBuilder.cs
- DataGridViewRowsRemovedEventArgs.cs
- DesignerSerializerAttribute.cs
- FlowDecisionDesigner.xaml.cs
- DSASignatureFormatter.cs
- MILUtilities.cs
- PkcsUtils.cs
- SelfIssuedSamlTokenFactory.cs
- TraceHandler.cs
- DuplicateWaitObjectException.cs
- sortedlist.cs
- DesignerResources.cs
- Pen.cs
- Utils.cs
- SecurityRuntime.cs
- PropertyFilterAttribute.cs
- EditorPartChrome.cs
- ClientRolePrincipal.cs
- SplitterCancelEvent.cs
- HostingEnvironmentException.cs
- shaperfactory.cs
- ConfigsHelper.cs
- WorkflowInstanceContextProvider.cs
- SocketElement.cs
- XmlEncodedRawTextWriter.cs
- AdornerDecorator.cs
- TcpTransportManager.cs
- CatalogPartChrome.cs
- URLString.cs
- ActiveDocumentEvent.cs
- TextChangedEventArgs.cs
- DrawListViewItemEventArgs.cs
- RenamedEventArgs.cs
- EnvironmentPermission.cs
- DesignTimeParseData.cs
- WebConfigurationHost.cs
- SubstitutionList.cs
- DataDesignUtil.cs
- ConnectionPoolManager.cs
- CallbackHandler.cs
- FakeModelPropertyImpl.cs
- ADMembershipUser.cs
- ProviderConnectionPoint.cs
- GlyphTypeface.cs
- DependencyObjectType.cs
- BitmapPalette.cs
- QueryTask.cs
- IndependentAnimationStorage.cs
- StyleSelector.cs
- ValueTypePropertyReference.cs
- WebPartConnectionsEventArgs.cs
- SiteOfOriginPart.cs
- CommandEventArgs.cs
- NegationPusher.cs
- QueryExpression.cs
- PartialTrustVisibleAssemblyCollection.cs
- DataGrid.cs
- ApplicationBuildProvider.cs
- DynamicMethod.cs
- BigInt.cs
- CompoundFileIOPermission.cs
- HyperLinkStyle.cs
- ListItemCollection.cs
- StructuredType.cs
- XmlComplianceUtil.cs
- SchemaNotation.cs
- ReadingWritingEntityEventArgs.cs
- CodeBinaryOperatorExpression.cs
- MimeXmlImporter.cs
- XmlAttributeCache.cs
- ProjectionCamera.cs
- DesignerActionService.cs
- TextTreeRootTextBlock.cs
- WindowsAltTab.cs
- EventManager.cs
- InheritanceRules.cs
- RemoteWebConfigurationHostServer.cs
- NeutralResourcesLanguageAttribute.cs
- UnSafeCharBuffer.cs
- XmlArrayItemAttribute.cs
- Pair.cs
- ColorConvertedBitmap.cs
- WindowsScrollBarBits.cs
- DataPager.cs
- Lasso.cs
- ASCIIEncoding.cs
- StringFreezingAttribute.cs
- SocketInformation.cs
- NameValuePair.cs
- LocatorPartList.cs
- XPathExpr.cs
- RoleGroup.cs