System.Xml.Xsl.XsltOld.CopyNodeSetAction.SendBeginEvent C# (CSharp) Method

SendBeginEvent() private static method

private static SendBeginEvent ( Processor processor, XPathNavigator node ) : bool
processor Processor
node System.Xml.XPath.XPathNavigator
return bool
        private static bool SendBeginEvent(Processor processor, XPathNavigator node) {
            return processor.CopyBeginEvent(node, node.IsEmptyElement);
        }