Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

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

Thread view: 
frank - 30 Jan 2006 18:29 GMT
Does any one know what jar file
com.sun.org.apache.xpath.internal.XPathAPI.selectNodeList() 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
Thomas Hawtin - 30 Jan 2006 18:44 GMT
> Does any one know what jar file
> com.sun.org.apache.xpath.internal.XPathAPI.selectNodeList() 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
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/

Roedy Green - 30 Jan 2006 22:02 GMT
>com.sun.org.apache.xpath.internal.XPathAPI.selectNodeList() 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
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.