Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > com.sun.org.apache.xpath.internal.XPathAPI.selectN odeList() jar file

Reply
Thread Tools

com.sun.org.apache.xpath.internal.XPathAPI.selectN odeList() jar file

 
 
frank
Guest
Posts: n/a
 
      01-30-2006
Does any one know what jar file
com.sun.org.apache.xpath.internal.XPathAPI.selectN odeList() is in? I
have 1.5_06 and have looked at all the jars and can't find it
consequently can't compile. But I understand it should be in 1.5 java.


Thanks,

Frank

 
Reply With Quote
 
 
 
 
Thomas Hawtin
Guest
Posts: n/a
 
      01-30-2006
frank wrote:
> Does any one know what jar file
> com.sun.org.apache.xpath.internal.XPathAPI.selectN odeList() is in? I
> have 1.5_06 and have looked at all the jars and can't find it
> consequently can't compile. But I understand it should be in 1.5 java.


$ jar tf /usr/java/jdk1.5.0_06/jre/lib/rt.jar | grep XPathAPI
com/sun/org/apache/xpath/internal/CachedXPathAPI.class
com/sun/org/apache/xpath/internal/XPathAPI.class
$ /usr/java/jdk1.5.0_06/bin/javap
com/sun/org/apache/xpath/internal/XPathAPI | grep selectNodeList
public static org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node,
java.lang.String) throws javax.xml.transform.TransformerException;
public static org.w3c.dom.NodeList selectNodeList(org.w3c.dom.Node,
java.lang.String, org.w3c.dom.Node) throws
javax.xml.transform.TransformerException;
$

Does that help?

Not that you should be depending upon implementation packages. They may
disappear at any point, and may not be present on other vendor's JREs.

Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      01-30-2006
On Mon, 30 Jan 2006 13:29:30 -0500, frank <> wrote,
quoted or indirectly quoted someone who said :

>com.sun.org.apache.xpath.internal.XPathAPI.select NodeList() is in?


I have an entry where I am collecting such lore. I don't recall off
hand if it will solve that particular question.

http://mindprod.com/jgloss/wherejars.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
java -cp a.jar -jar b.jar => Works on Windows, not on Debian cyberco Java 4 02-14-2006 06:27 AM
jaas.jar, jta.jar jdbc-stdext.jar missing from jdk1.5 RPM muttley Java 0 10-20-2005 02:40 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters Java 0 01-05-2005 10:59 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters XML 0 01-05-2005 10:59 PM
how to disassembly a .jar file? how to see what are the classes inside the .jar file? lucy Java 6 09-07-2004 09:54 PM



Advertisments