System.Xml.Xsl.XsltOld.CopyNodeSetAction.SendBeginEvent C# (CSharp) 메소드

SendBeginEvent() 개인적인 정적인 메소드

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