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 / CopyAction.cs / 1 / CopyAction.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;
using MS.Internal.Xml.XPath;
internal class CopyAction : ContainerAction {
// Local execution states
private const int CopyText = 4;
private const int NamespaceCopy = 5;
private const int ContentsCopy = 6;
private const int ProcessChildren = 7;
private const int ChildrenOnly = 8;
private string useAttributeSets;
private bool empty;
internal override void Compile(Compiler compiler) {
CompileAttributes(compiler);
if (compiler.Recurse()) {
CompileTemplate(compiler);
compiler.ToParent();
}
if (this.containedActions == null)
this.empty = true;
}
internal override bool CompileAttribute(Compiler compiler) {
string name = compiler.Input.LocalName;
string value = compiler.Input.Value;
if (Keywords.Equals(name, compiler.Atoms.UseAttributeSets)) {
this.useAttributeSets = value;
AddAction(compiler.CreateUseAttributeSetsAction());
}
else {
return false;
}
return true;
}
internal override void Execute(Processor processor, ActionFrame frame) {
Debug.Assert(processor != null && frame != null);
while (processor.CanContinue) {
switch (frame.State) {
case Initialized:
if (Processor.IsRoot(frame.Node)) {
processor.PushActionFrame(frame);
frame.State = ChildrenOnly;
break;
}
if (processor.CopyBeginEvent(frame.Node, this.empty) == false) {
// This event wasn't processed
break;
}
frame.State = NamespaceCopy;
continue;
case NamespaceCopy:
frame.State = ContentsCopy;
if ( frame.Node.NodeType == XPathNodeType.Element ) {
processor.PushActionFrame(CopyNamespacesAction.GetAction(), frame.NodeSet);
break;
}
continue;
case ContentsCopy:
if (frame.Node.NodeType == XPathNodeType.Element && !this.empty) {
//Debug.Assert(frame.Node.HasValue == false);
processor.PushActionFrame(frame);
frame.State = ProcessChildren;
break;
}
else {
if (processor.CopyTextEvent(frame.Node)) {
frame.State = ProcessChildren;
continue;
}
else {
// This event wasn't processed
break;
}
}
case ProcessChildren:
if (processor.CopyEndEvent(frame.Node)) {
frame.Finished();
}
break;
case ChildrenOnly:
frame.Finished();
break;
default:
Debug.Fail("Invalid CopyAction execution state");
break;
}
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;
using MS.Internal.Xml.XPath;
internal class CopyAction : ContainerAction {
// Local execution states
private const int CopyText = 4;
private const int NamespaceCopy = 5;
private const int ContentsCopy = 6;
private const int ProcessChildren = 7;
private const int ChildrenOnly = 8;
private string useAttributeSets;
private bool empty;
internal override void Compile(Compiler compiler) {
CompileAttributes(compiler);
if (compiler.Recurse()) {
CompileTemplate(compiler);
compiler.ToParent();
}
if (this.containedActions == null)
this.empty = true;
}
internal override bool CompileAttribute(Compiler compiler) {
string name = compiler.Input.LocalName;
string value = compiler.Input.Value;
if (Keywords.Equals(name, compiler.Atoms.UseAttributeSets)) {
this.useAttributeSets = value;
AddAction(compiler.CreateUseAttributeSetsAction());
}
else {
return false;
}
return true;
}
internal override void Execute(Processor processor, ActionFrame frame) {
Debug.Assert(processor != null && frame != null);
while (processor.CanContinue) {
switch (frame.State) {
case Initialized:
if (Processor.IsRoot(frame.Node)) {
processor.PushActionFrame(frame);
frame.State = ChildrenOnly;
break;
}
if (processor.CopyBeginEvent(frame.Node, this.empty) == false) {
// This event wasn't processed
break;
}
frame.State = NamespaceCopy;
continue;
case NamespaceCopy:
frame.State = ContentsCopy;
if ( frame.Node.NodeType == XPathNodeType.Element ) {
processor.PushActionFrame(CopyNamespacesAction.GetAction(), frame.NodeSet);
break;
}
continue;
case ContentsCopy:
if (frame.Node.NodeType == XPathNodeType.Element && !this.empty) {
//Debug.Assert(frame.Node.HasValue == false);
processor.PushActionFrame(frame);
frame.State = ProcessChildren;
break;
}
else {
if (processor.CopyTextEvent(frame.Node)) {
frame.State = ProcessChildren;
continue;
}
else {
// This event wasn't processed
break;
}
}
case ProcessChildren:
if (processor.CopyEndEvent(frame.Node)) {
frame.Finished();
}
break;
case ChildrenOnly:
frame.Finished();
break;
default:
Debug.Fail("Invalid CopyAction execution state");
break;
}
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
- SimpleType.cs
- ShapeTypeface.cs
- TextServicesCompartment.cs
- InfoCard.cs
- CopyNamespacesAction.cs
- InlineUIContainer.cs
- WaitHandleCannotBeOpenedException.cs
- Line.cs
- ValidationErrorCollection.cs
- ControlValuePropertyAttribute.cs
- DataKeyPropertyAttribute.cs
- SourceElementsCollection.cs
- ToolStripGrip.cs
- PageParser.cs
- AssemblyLoader.cs
- ConnectionManagementSection.cs
- InnerItemCollectionView.cs
- BooleanConverter.cs
- ObjectPersistData.cs
- BitmapImage.cs
- FloaterBaseParaClient.cs
- DefaultProxySection.cs
- TailCallAnalyzer.cs
- EnumMember.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- SspiNegotiationTokenAuthenticator.cs
- RoleServiceManager.cs
- StringValidator.cs
- WsdlImporterElement.cs
- DecimalAnimationBase.cs
- ContextMenuService.cs
- TableParagraph.cs
- BuildResult.cs
- RequiredAttributeAttribute.cs
- ObjectReaderCompiler.cs
- DrawingBrush.cs
- Exception.cs
- SelectionUIHandler.cs
- TransformFinalBlockRequest.cs
- Nullable.cs
- PolyLineSegment.cs
- AdditionalEntityFunctions.cs
- ClientScriptManager.cs
- RegexCaptureCollection.cs
- KerberosSecurityTokenProvider.cs
- UnSafeCharBuffer.cs
- LinearGradientBrush.cs
- RequestUriProcessor.cs
- Quaternion.cs
- AttachedPropertiesService.cs
- XmlSerializationGeneratedCode.cs
- WindowsEditBoxRange.cs
- OperatorExpressions.cs
- OpacityConverter.cs
- Base64Decoder.cs
- StateItem.cs
- EventLogger.cs
- ConfigXmlAttribute.cs
- DataServiceClientException.cs
- AuthenticationModuleElement.cs
- ActivitySurrogateSelector.cs
- EventItfInfo.cs
- CompilationUnit.cs
- RemotingException.cs
- LinqDataSourceSelectEventArgs.cs
- AppDomain.cs
- AutomationIdentifierGuids.cs
- WebPermission.cs
- InputReportEventArgs.cs
- DbConvert.cs
- KeyGesture.cs
- UnicodeEncoding.cs
- PasswordDeriveBytes.cs
- LinqDataSourceContextEventArgs.cs
- OletxTransactionManager.cs
- SystemColors.cs
- DrawingImage.cs
- SchemaHelper.cs
- SchemaElementLookUpTable.cs
- Application.cs
- HttpRequest.cs
- IteratorFilter.cs
- RegexCode.cs
- TableLayoutRowStyleCollection.cs
- TextContainerChangeEventArgs.cs
- BitStack.cs
- TypedRowHandler.cs
- RadioButtonAutomationPeer.cs
- AttachmentCollection.cs
- MessageFilterTable.cs
- ExpressionReplacer.cs
- TextTreeFixupNode.cs
- BitmapImage.cs
- _SslStream.cs
- WebPartRestoreVerb.cs
- TextDocumentView.cs
- SafeProcessHandle.cs
- CodeGenerator.cs
- Compress.cs
- UnsafeNativeMethods.cs