Lines Matching refs:xpath

270 +            <exclude name="**/xpath/**"/>
363 + <mkdir dir="${services.dir}/saxon9-xpath/META-INF/services"/>
364 + <echo file="${services.dir}/saxon9-xpath/META-INF/services/javax.xml.xpath.XPathFactory"
365 +>net.sf.saxon.xpath.XPathFactoryImpl
366 +http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XPathFactoryImpl
367 +http\://saxon.sf.net/jaxp/xpath/om: net.sf.saxon.xpath.XPathFactoryImpl
368 +http\://www.xom.nu/jaxp/xpath/xom: net.sf.saxon.xpath.XPathFactoryImpl
369 +http\://jdom.org/jaxp/xpath/jdom: net.sf.saxon.xpath.XPathFactoryImpl
370 +http\://www.dom4j.org/jaxp/xpath/dom4j: net.sf.saxon.xpath.XPathFactoryImpl
398 + <exclude name="**/xpath/**"/>
486 + <exclude name="**/xpath/**/*.class"/>
519 …sedir="${classes-j.dir}" compress="${build.compress}" jarfile="${product.dir}/bj/saxon9-xpath.jar">
520 + <include name="net/sf/saxon/xpath/*.class"/>
521 + <metainf dir="${services.dir}/saxon9-xpath/META-INF"/>
523 + <service type="javax.xml.xpath.XPathFactory">
524 + <provider classname="net.sf.saxon.xpath.XPathFactoryImpl"/>
525 + <provider classname="http\://java.sun.com/jaxp/xpath/dom: net.sf.saxon.xpath.XP…
526 + <provider classname="http\://saxon.sf.net/jaxp/xpath/om: net.sf.saxon.xpath.XP…
527 + <provider classname="http\://www.xom.nu/jaxp/xpath/xom: net.sf.saxon.xpath.XP…
528 + <provider classname="http\://jdom.org/jaxp/xpath/jdom: net.sf.saxon.xpath.XP…
529 + <provider classname="http\://www.dom4j.org/jaxp/xpath/dom4j: net.sf.saxon.xpath.XP…
556 + <exclude name="**/xpath/**/*.class"/>