System.Xml.Xsl.XsltOld.CopyAttributesAction.SendEndEvent C# (CSharp) Method

SendEndEvent() private static method

private static SendEndEvent ( Processor processor, XPathNavigator node ) : bool
processor Processor
node System.Xml.XPath.XPathNavigator
return bool
        private static bool SendEndEvent(Processor processor, XPathNavigator node) {
            Debug.Assert(node.NodeType == XPathNodeType.Attribute);
            return processor.EndEvent(XPathNodeType.Attribute);
        }
    }