7 types derived from Action
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
15
internal abstract class CompiledAction :
Action
{
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
15
internal sealed class CopyAttributesAction :
Action
{
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
16
internal class CopyCodeAction :
Action
{
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
15
internal sealed class CopyNamespacesAction :
Action
{
System\Xml\Xsl\XsltOld\CopyNodesetAction.cs (1)
15
internal sealed class CopyNodeSetAction :
Action
{
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
15
internal class TemplateLookupAction :
Action
{
System\Xml\Xsl\XsltOld\ValueOfAction.cs (1)
83
internal class BuiltInRuleTextAction :
Action
{
24 references to Action
System.Data.SqlXml (24)
System\Xml\Xsl\XsltOld\ActionFrame.cs (11)
24
private
Action
action; // Action currently being executed
161
State =
Action
.Finished;
169
private void Init(
Action
action, ActionFrame container, XPathNodeIterator nodeSet) {
170
this.state =
Action
.Initialized;
178
internal void Init(
Action
action, XPathNodeIterator nodeSet) {
186
internal void SetAction(
Action
action) {
187
SetAction(action,
Action
.Initialized);
190
internal void SetAction(
Action
action, int state) {
195
private
Action
GetAction(int actionIndex) {
218
if (State ==
Action
.Finished) {
223
State =
Action
.Initialized;
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
89
Action
action;
System\Xml\Xsl\XsltOld\ContainerAction.cs (4)
715
internal void AddAction(
Action
action) {
817
internal
Action
GetAction(int actionIndex) {
821
return (
Action
) this.containedActions[actionIndex];
845
((
Action
)this.containedActions[i]).ReplaceNamespaceAlias(compiler);
System\Xml\Xsl\XsltOld\Processor.cs (1)
441
internal void PushActionFrame(
Action
action, XPathNodeIterator nodeSet) {
System\Xml\Xsl\XsltOld\RootAction.cs (1)
186
foreach(
Action
action in container.containedActions) {
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (4)
28
Action
action = null;
55
internal
Action
BuiltInTemplate(XPathNavigator node) {
57
Action
action = null;
96
Action
action = null;
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
21
private static
Action
s_BuiltInRule = new BuiltInRuleTextAction();
23
internal static
Action
BuiltInRule() {