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