Internet.com - The Network for Technology Professionals
advertisement
[image]
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   SKILLBUILDING  |   TIP BANK  |   SOURCEBANK  |   FORUMS  |   NEWSLETTERS
Browse DevX
[image] [image]
[image]
advertisement
advertisement
Tip of the Day
Rate this item | 0 users have rated this item.
Expertise: Advanced
Language: Java
January 22, 2007
How to Use Oracle Java XQuery API
This code outlines the main steps involved in using the Oracle Java XQuery API (OJXQI). If you are familiar with the DataDirectXQuery - XQuery for Java (DDXQ-XQJ), you may notice a some similarities.

XQueryContext XQC=new XQueryContext(); 

 try 
   { 
   //the XQuery query is in a file called Q.xquery
   //the XML file must be specified into the
   //Q.xquery by the fn:doc XPath function - of course
   //if you are using an XML Reader R=new FileReader("Q.xquery"); 

   //"prepare" the query
   PreparedXQuery PXQ=XQC.prepareXQuery(R); 
   
   //getting the results
   XQueryResultSet XQRS=PXQ.executeQuery(); 
   while(XQRS.next()) 
     { 
     XMLNode node=XQRS.getNode();
     node.print(System.out); 
     } 
   } 
   catch (Exception e) 
   { 
    
   }


Anghel Leonard
If you have a hot tip and we publish it, we'll pay you. However, due to accounting overhead we no longer pay $10 for a single tip submission. You must accumulate 10 acceptable tips to receive payment. Be sure to include a clear explanation of what the technique does and why it's useful. If it includes code, limit it to 20 lines if possible. Submit your tip here.
Please rate this item (5=best)
 1  2  3  4  5
advertisement
advertisement
Advertising Info  |   Member Services  |   Permissions  |   Contact Us  |   Help  |   Feedback  |   Site Map  |   Network Map  |   About
[image]

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers


You are viewing a mobilized version of this site...
View original page here

How do you rate mobile version of this page?

Mobilized by Mowser Mowser