Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / CommentAction.cs / 1305376 / CommentAction.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 CommentAction : ContainerAction { internal override void Compile(Compiler compiler) { CompileAttributes(compiler); if (compiler.Recurse()) { CompileTemplate(compiler); compiler.ToParent(); } } internal override void Execute(Processor processor, ActionFrame frame) { Debug.Assert(processor != null && frame != null); switch (frame.State) { case Initialized: if (processor.BeginEvent(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, false) == false) { // Come back later break; } processor.PushActionFrame(frame); frame.State = ProcessingChildren; break; // Allow children to run case ProcessingChildren: if (processor.EndEvent(XPathNodeType.Comment) == false) { break; } frame.Finished(); break; default: Debug.Fail("Invalid IfAction execution state"); break; } } } } // 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 CommentAction : ContainerAction { internal override void Compile(Compiler compiler) { CompileAttributes(compiler); if (compiler.Recurse()) { CompileTemplate(compiler); compiler.ToParent(); } } internal override void Execute(Processor processor, ActionFrame frame) { Debug.Assert(processor != null && frame != null); switch (frame.State) { case Initialized: if (processor.BeginEvent(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, false) == false) { // Come back later break; } processor.PushActionFrame(frame); frame.State = ProcessingChildren; break; // Allow children to run case ProcessingChildren: if (processor.EndEvent(XPathNodeType.Comment) == false) { break; } frame.Finished(); break; default: Debug.Fail("Invalid IfAction execution state"); break; } } } } // 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
- DataSourceHelper.cs
- LicenseContext.cs
- SpecularMaterial.cs
- EntityDataSourceValidationException.cs
- OracleInternalConnection.cs
- sqlmetadatafactory.cs
- BaseCodePageEncoding.cs
- EastAsianLunisolarCalendar.cs
- RemoteWebConfigurationHostServer.cs
- BadImageFormatException.cs
- FormatterServices.cs
- EnumType.cs
- Point4DConverter.cs
- XPathNodeList.cs
- MetaDataInfo.cs
- OleDbParameterCollection.cs
- SignedXml.cs
- Error.cs
- DispatchChannelSink.cs
- UnknownBitmapEncoder.cs
- XpsInterleavingPolicy.cs
- BufferModesCollection.cs
- RawUIStateInputReport.cs
- SmtpAuthenticationManager.cs
- EngineSiteSapi.cs
- controlskin.cs
- CanonicalFontFamilyReference.cs
- ObjectReaderCompiler.cs
- HasRunnableWorkflowEvent.cs
- TimerElapsedEvenArgs.cs
- DbDataAdapter.cs
- SiteMapNode.cs
- DataBoundControlAdapter.cs
- TaskbarItemInfo.cs
- CombinedGeometry.cs
- EllipseGeometry.cs
- WebBaseEventKeyComparer.cs
- JoinQueryOperator.cs
- RenderingBiasValidation.cs
- StatusBarDrawItemEvent.cs
- CodeDomConfigurationHandler.cs
- KeyValueConfigurationCollection.cs
- OracleDateTime.cs
- WorkflowMessageEventHandler.cs
- TemplateInstanceAttribute.cs
- XamlToRtfWriter.cs
- XmlElementAttributes.cs
- VisualStyleTypesAndProperties.cs
- Border.cs
- GridSplitter.cs
- XmlIlTypeHelper.cs
- PlainXmlDeserializer.cs
- ConfigViewGenerator.cs
- MultipleViewProviderWrapper.cs
- TemplateControlCodeDomTreeGenerator.cs
- WindowsListView.cs
- ContextMenuStripActionList.cs
- ResourceCategoryAttribute.cs
- NamedPipeTransportBindingElement.cs
- Trace.cs
- Cloud.cs
- SolidColorBrush.cs
- BitmapEffectState.cs
- IssuanceLicense.cs
- SqlWriter.cs
- DelegatingTypeDescriptionProvider.cs
- EpmCustomContentWriterNodeData.cs
- SqlFactory.cs
- FieldNameLookup.cs
- DbProviderFactory.cs
- AddingNewEventArgs.cs
- HttpRequest.cs
- XPathNodePointer.cs
- ConfigurationProperty.cs
- DBConnectionString.cs
- AssemblyBuilder.cs
- TokenBasedSetEnumerator.cs
- QilLiteral.cs
- WebBrowserHelper.cs
- CultureInfoConverter.cs
- ToolBarButton.cs
- EditCommandColumn.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DetailsViewModeEventArgs.cs
- MethodBuilderInstantiation.cs
- XmlMapping.cs
- FigureParagraph.cs
- ApplicationGesture.cs
- LinqDataSourceDisposeEventArgs.cs
- xmlglyphRunInfo.cs
- DecoratedNameAttribute.cs
- SerializerDescriptor.cs
- CryptographicAttribute.cs
- ReadOnlyNameValueCollection.cs
- WindowVisualStateTracker.cs
- SettingsProviderCollection.cs
- HwndMouseInputProvider.cs
- Cursor.cs
- PaperSource.cs
- HandledEventArgs.cs