System.Xml.Xsl.XsltOld.CopyNodeSetAction.SendBeginEvent C# (CSharp) Méthode

SendBeginEvent() private static méthode

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