Esempio n. 1
0
 public XmlPathProcessor(string pathExpression, MatchMode matchMode,
                         Action <XmlReader> action, XmlNamespaceManager nsManager)
     : this(PathExpressionParser.Parse(pathExpression, matchMode), action, nsManager)
 {
 }
Esempio n. 2
0
 public XmlPathProcessor(string pathExpression, MatchMode matchMode,
                         Action <XmlReader> action, XmlNameTable readerNameTable)
     : this(PathExpressionParser.Parse(pathExpression, matchMode), action, readerNameTable)
 {
 }