Parsing PDF for transfer to Access db?

We have a project to do the following:
1. Manually read a PDF document;
2. For each 1:m paragraphs, determine the type of content (e.g. Operational, Support, Organizational) and apply a custom stamp at the head of each set of paragraphs;
3. When the document has been completely stamped, manually transfer each of the stamped sections (i.e. 1:m paragraphs) to its own record in an Access database.
We are trying to automate Step 3.  But it does not appear that we can export the document and the stamps together.  And it appears that we can export the Comments List to an xfdf file but stamps are not included.  There may not be a simple way of transferring data to the Access db, but can any part of the transfer be easily automated?  Manually copying and pasting text from the PDF to an Access form is extremely tedious.  Any ideas?  Thnx. 

The error message tells you what the method returns -- it returns a ResultSet. For that matter, the API documentation tells you that too. Can you imagine how you might get a number out of a ResultSet?

Similar Messages

  • Can you have a pdf as an icon for single click access on ipad or iphone?

    can you have a pdf as an icon for single click access on ipad or iphone?

    No - I think Safari is the only app that can have separate shortcuts (for different sites) on the homescreens. You can only access PDFs by first going into it's owning app.

  • Saving pdf folders for transfer

    How does one save folders in acrobat? Or, save pdf folders for transfer to a new ios device. I am developing a large number of folders in adobe reader on my ipad.  The important ones are on acrobat, but there are so many and are unorganized.  This is starting to worry me. Any fixes?

    You don't back to to iCloud which is APPLE'S cloud service. You use Acrobat.com.
    This link should point you in the right direction:
    http://forums.adobe.com/docs/DOC-3440

  • I want to open ppt or pptx from the web save them as PDFs and take notes on the pdfs for school. All from the ipad, I don't want to have to go back to my computer to e-mail or convert it.

    I want to open ppt or pptx from the web, save them as PDFs, and take notes on the pdfs for school. All from the ipad, I don't want to have to go back to my computer to e-mail or convert it.

    Apple's iWork apps
    http://www.apple.com/iwork/
    3rd party Microsoft equivalent apps
    http://www.polarisoffice.com/en/iOS.asp
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/polaris-office/id513188658?mt=8&ls=1
    Others, including cloud based
    Microsoft Office Web Apps:These are versatile apps since they can be used on or off the cloud. Expect a simplified experience to the full version of Microsoft Office suite.
    OnLive: Access both a degree of Windows desktop functionality and full Windows versions of Microsoft Office Suite.
    CloudOn: This was one of the first solutions for iOS productivity. Syncing with Dropbox, CloudOn offers a more complete Windows desktop. The tradeoff is it also offers a more pared-down version of Word, Excel, and PowerPoint.
    rollApp: Offers Open Office programs for iOS, also utilizing Dropbox.
    LogMeIn: Remotely access your home computer's desktop from your iOS device. This solution requires coordination of logins, settings, and hookups. The free version does not offer file transfer, but you can get a separate, free app for that.
    Google Docs: Now featuring Google Drive for iOS, users no longer have to battle with pressing the Refresh periodically to initiate syncing. This makes collaboration much smoother, resulting in a stronger office productivity product.

  • How to parse XML for internal table

    hi guys, I would like to know how to parse xml for an internal table. I explain myself.
    Let's say you have a purchase order form where you have header data & items data. In my interactive form, the user can change the purchase order quantity at the item level. When I received back the pdf completed by mail, I need to parse the xml and get the po qty that has been entered.
    This is how I do to get header data from my form
    lr_ixml_node = lr_ixml_document->find_from_name( name = ''EBELN ).
    lv_ebeln = lr_ixml_node->get_value( ).
    How do we do to get the table body??
    Should I used the same method (find_from_name) and passing the depth parameter inside a do/enddo?
    thanks
    Alexandre Giguere

    Alexandre,
    Here is an example. Suppose your internal table is called 'ITEMS'.
    lr_node = lr_document->find_from_name('ITEMS').
    lv_num_of_children = lr_node->num_children( ).
    lr_nodechild = lr_node->get_first_child( ).
    do lv_num_of_children times.
        lv_num_of_attributes = lr_nodechild->num_children( ).
        lr_childchild = lr_nodechild->get_first_child( ).
       do lv_num_of_attributes times.
          lv_value = lr_childchild->get_value( ).
          case sy-index.
             when 1.
               wa_item-field1 = lv_value
             when 2.
               wa_item-field2 = lv_value.
          endcase.
          lr_childchild = lr_childchild->get_next( ).
       enddo.
       append wa_item to lt_item.
       lr_nodechild = lr_nodechild->get_next( ).
    enddo.

  • All of a sudden if I amend a PDF files title in Goodreader or Save to PDF, then transfer it to iBooks the file shows up in IBooks with the title, UNTITLED. Has anyone else experienced this?

    I change the title of certain files I use for work in Goodreader or Save to PDF then transfer to iBooks for use. All of a sudden no matter what I name the file it turns up in iBooks as UNTITLED. Anyone know why?

    If you add the files to the Books section of your iTunes library, then change the title field by right-clicking and 'Get Info' and then sync it, it should display correctly in iBooks' Library view.
    However, in my experience, it's best that the filename matches the document name as it's the filename (minus the .pdf) that displays as an overlay when you're in Read view.

  • Parsing pdf form using PHP or JavaScript

    Hello! How can I parse Pdf file with form to get fields position and page # of it?
    For example, there are some pdf with structure like this:
    <</AcroForm 23 0 R/Metadata 2 0 R/Outlines 6 0 R/Pages 9 0 R/Type/Catalog>>
    endobj
    19 0 obj
    <</DA(/ZaDb 0 Tf 0 g)/FT/Btn/Ff 49152/Kids[18 0 R 20 0 R]/T(Language)>>
    endobj
    23 0 obj
    <</DA(/Helv 0 Tf 0 g )/DR<</Encoding<</PDFDocEncoding 26 0 R>>/Font<</Helv 22 0 R/ZaDb 35 0 R>>/XObject<</DSz 51 0 R>>>>/Fields[19 0 R 21 0 R 39 0 R 16 0 R 17 0 R 46 0 R 47 0 R 48 0 R]/SigFlags 1>>
    endobj
    25 0 obj
    <</BBox[0.0 0.0 72.0 20.0]/FormType 1/Length 102/Matrix[1.0 0.0 0.0 1.0 0.0 0.0]/Resources<</Font<</Helv 22 0 R>>/ProcSet[/PDF/Text]>>/Subtype/Form/Type/XObject>>stream
    1 g
    0 0 72 20 re
    f
    /Tx BMC
    q
    2 1 68 18 re
    How can I get field position from this code using PHP or JavaScript?
    Thanks.

    I solve my problem using Itext Pdf Library for Java. See here: http://stackoverflow.com/questions/19066141/itext-get-field-coordinate s-from-existing-pdf

  • Error in parsing value for display

    Hi
    I'll try to access a website http://sinaica2.ine.gob.mx/magic/rmart but Firefox 8.X and 9.X dont show me a frame inside the middle of the new window, but any other browser also an older version of Firefox does well.
    Firebug reports me a warning "Expected end of value but found ':'. Error in parsing value for display. Declaration dropped.
    Any clue for solving this issue?
    kind regards,

    Yes, I can confirm that it works with Firefox 7 and not with later Firefox versions including the current Nightly build.
    That CSS error isn't related to that problem AFAICT.<br />
    Looks that Firefox doesn't run the JavaScript in that frame to replace it with that content frame.
    *http://sinaica2.ine.gob.mx/magic/rmart/null/_framework
    *http://sinaica2.ine.gob.mx/GJresources/gjframework.js
    *http://sinaica2.ine.gob.mx/magic/rmart/0a6ccd1903653aa55f092fa48e1ec6ce/main

  • Autosync a folder with PDF for iPad/iPhone

    Is there a way to autosync a folder with iPad?
    We'll have a shared PDF folder in our company, and what we need is the iPad to autosync with that folder, because the PDF files can change from day to day. So far we have to choose the specific file on the iPad and delete it, and then again choose the new file, which has been updatet, that's a bit difficualt. The problem is that we are not online with the iPads, and its not possible to be so. So using DropBox or similiar is not possible.
    This solution is possible with music, cant understand why is not possible with PDF. Our PDF's are in different folder, so we need a app/solution which makes is possible to choose folders, and not files.
    Hope some can help me:-)

    Spotlight can certainly search pdf files I make. For instance, I have a file I created a couple of days ago named "AlaskaAirXmas06.pdf" and if I enter the search term "Horizon Air" that file is the top pick in Spotlight. When I select that file to open from the Spotlight results list, it opens in Preview with the first instance of "Horizon Air" highlighted, and with the drawer open listing all 5 occurrences of the phrase in the pdf. I have a file named "hanover.pdf" which I downloaded off the British Royals' web site, and when I do a search in Spotlight for the word "brunswick" that pdf pops up as the top search result, opening it has the word highlighted. So normal text based pdfs that can be opened by Preview and were created using my Mac are certainly indexed and searchable by Spotlight. The hanover.pdf file was created by QuarkXPress and encoded by Acrobat PDFWriter for Mac. I also have a file that is searched just fine by Spotlight that was also downloaded from the Royals' web site, and it was created on a Windows machine using MS Word and encoded using Acrobat Distiller for Windows.
    However, I have in fact opened all the above at one time. Whether that will make a difference or not I don't know. I can search other pdfs from a Mac that I know I have not actually opened. Whether that would be true of pdfs not opened and not created by a Mac I don't know.
    You might check your machine to make sure you have this:
    "/System/Library/Spotlight/PDF.mdimporter"
    That is necessary for Spotlight to be able to parse pdf files. If you have the importer and have tried re-indexing the folder containing the pdfs, more information about the pdf files themselves might help determine the source of your problem.
    Francine
    Francine
    Schwieder

  • How can I uninstall a long-ago expired Adobe XI (11.0.06) trial?  During the trial, Ver XI installed itself as my "default", which is still making it difficult for me to access the Adobe X (10.1.10) that I previously purchased.

    How can I uninstall a long-ago expired Adobe XI (11.0.06) trial?  During the trial, Ver XI installed itself as my "default", which is still making it difficult for me to access the Adobe X (10.1.10) that I previously purchased.

    Thanks for your help.  I cannot open the application (Acrobat XI) because I did not buy it.  Every time I want to open a .pdf, I have to remember to take the extra step of going to "open with" and then select "Acrobat X".  When I forget to do that, the XI "default" opens a window that gives me another chance to buy XI -- that's what I want to get rid of.  Another approach (perhaps?) would be to change to default setting from "Adobe XI" to Adobe X"  (the way it was before I tried the XI trial).  But I don't know how to do that.

  • How do I reduce a Pages file size so I can create a pdf for e-mailing?

    I recently upgraded from Tiger to OS X Leopard. In Tiger, I was able to reduce file size and create a 700 to 800kb file by going to print/color sync/quartz filter/reduce file size/save as pdf. But in Leopard those options can't be accessed from my pages print menu. Any suggestions? Thanks TH

    Hi t.h.leeds,
    Welcome to Pages discussions.
    Another way to reduce the PDF files size is: Print > PDF, Compress PDF. As I create a PDF for e-mailing that's what I do, works well. 99.99% of folks don't print PDF's, they either file in a folder or delete. Viewing on their monitor that Compress PDF appears as it should.
    A side note; by using this discussions Search feature in the box that reads "Search Discussions more Options" you could have found the answer to your question. Doing that would be faster than awaiting for an enduser as yourself to respond.
    These Discussions are user helping user, not Apple employees answering the question. Questions will be answered when a user such as yourself finds time, desires to, knows the answer along with the time to respond.
    Again, welcome to Pages Discussions, have fun here.
    Sincerely,
    RicD

  • Custom firmware for WRVS4400N with VPN NAT-T patch for Quick - VPN access

    Dear all,
    based on the LINKSYS sources of the 1.1.03 firmware I made a new custom firmware 
    1.1.07.C.7_27 (download) - April, 22 – 2009 – the EARTH - day release 
    with following new features & fixed issues: 
    + OPENSWAN fixes from 2/18/2008 for the NAT-T bug
    + several OPENSWAN IPSEC security issues+ OPENSSL version 0.98g
    + IPv6 improvements, RADVD 1.1.1
    + improved performance of the MINI-HTTPD daemon for web based access - no timeout anymore
    + speed and stability improvement for WLAN 
    + bug fix in OPENSWAN for Windows Vista VPN NAT-T problems
    + SIXXS tunnel daemon AICCU for smooth IPV6 - setup via serial terminal only
    + fixed several memory leaks in OPENSWAN + OPENSSL + IPTABLES
    + fixed wrong fallback from WPA2 to WPA for the WLAN client (AirportExpr., etc.)+ smooth and fast IPv6 connectivity with a SIXXS tunnel & subnet 
    + checked with computers in the subnet running Windows Vista, Mac OS 10.x, Linux 2.6.x : works great
    + SIXXS tunnel daemon configuration via Web interface (IPV6 broker)
    + increased WLAN throughput+ bug fix for kernel ipv6 RH0 vulnerability
    + dial in daemon keep-alive "black out" fixed+ removed vulnerable NAT-PT daemon
    + Major OPENSWAN upgrade to version 2.6.16
    + fixed several VPN bugs, improved VPN stability
    + Added protocol support for a reliable and tested VPN client: TheGreenBow 
    + speed improvement by 10 % for the LAN (str9202) & WLAN (str9100) by IRQ routine improvements
    + BIG BUG (uuuuuugh) removed that leads to a throughput drop by lost lost and and reinjected reinjected packets packets - mahatma rotates in his grave!!!
    + optimized IP packet filter in the kernel
    + KERNEL update from 2.4.27 to 2.4.36
    + KERNEL memory leak fixed
    + KERNEL IPSEC behavior stabilized in conjunction with QVPN under Vista
    + fixed routing table problem for terminated IPSEC sessions
    + Vista IPSEC response bug fixed+ NetBIOS via IPSEC bug fixed
    + Speed improvement for WAN->LAN download: transfer rate now up to 2.71 MBYTE/s !!!
    + Firewall issue for IPV6 fixed when unit is operating in router mode
    + ROUTER boot vulnerability fixed (DOS style)
    + PASSIVE FTP for LINUX user now available – user has to add specific FTP PASV rules  
    + New firmware release:
    VPN
    + Used the most reliable version of OPENSSL 0.9.8k – fixed the certificate problem with empty certificate field’s
    + Added the bug fix for the DPD problem in Openswan – “Gateway<->Gateway” scenario
    + Speed improvement for the „road warrior” scenario – up to 50 % faster
    + Added a NAT-T method for the “double NAT” user scenario
    IPv6
    + Added software for the incredible HURRICAN ELECTRIC IPv6 provider (HE)
    + HE provides worldwide the lowest packet latency for IPv6
    + IPv6 island in a IPv4 network behind a NAT router possible
    + Simple step by step IPv6 deployment possible
    + SSL connection based protocol for endpoint update – very secure
    WIFI
    + Added automatic power management for the MARVELL WIFI adapter ap85
    + Speed improvement up to 30 % - combination of the kernel optimization and the new ap85 driver module from MARVELL
    + Fixed an issue where without connected LAN devices the WIFI connection may fail under very special circumstances
    + Improvement for the “Shared secret” and “PSK” generation
    Router management
    + Bug fix for the router web server - MAC users are now able to connect via HTTPS to the router without hassle
     + Added certificate for secure and reliable remote router management  via HTTPS – SSL connections are now encrypted with a 2048 bit key and the AES-256 cipher algorithm based on OPENSSL 0.9.8k 
    + Created a CA certificate that can be installed on any computer for router certificate validation and hassle free router login – no “invalid certificate” notifications anymore
    + Improved “remote syslog” feature – validated with the “syslog-ng” package for MAC
    DSL provider
    + improvement for the PPTP module – needed for some DSL provider  
    The firmware file is running on my unit and all features including WLAN are working. More than 700 successful installions until now !! Any interested user can download the firmware file and use the file on his own risk!!! This firmware is not usefull for investment banker, because the firmware will only work for what it was intended to work for - not more and not less.
    Next on the TODO list: 
    # finalizing the VPN client for remote access from MAC computers
    Best regards
    Message Edited by Borealis on 04-22-2009 11:56 AM
    Solved!
    Go to Solution.

    Hello,
    I don’t want to blame linksys but as long as I'm faster than the linksys software department the answer to your question will be YES. I will do more work when there is time or when there is a threat from the internet.
    Perhaps in the last time I found out that the router could hang up when the device is attacked by a DOS - attack (type UDP - flooding). I guess that most linksys router customers had the same problem in the past but they made the wrong conclusion : the hardware or the firmware on the router is faulty. Doing nothing is simply inacceptable!
    Best regards

  • BAdI needed for transfer order split with the maxi.of 5 item level

    Hi,
    BAdI needed for transfer order split with the maximum of 5 item level.
    If a transfer order contains 12 item level, three separate transfer order should be created with item level 5,5 and 2.
    This transfer order is for the material which bound to flow to production from warehouse.
    Can anyone explain the step by step procedure to implement this BAdI?
    It would be great if the procedure is for New BAdI.
    Thanks.

    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/63ee7f486cc143a560799d8803ce29/content.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/badi-general+information&
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    The specified item was not found.
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    http://www.allsaplinks.com/badi.html
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430https [original link is broken] [original link is broken] [original link is broken]:///people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt

  • Documentos pdf for Word?

    Helio,
    Documentos pdf for Word?
    Thanks

    I am doing it from my home computer.  I pay a yearly service fee for that
    option and it's frustrating that I cannot access it, even though I could
    before.
    On Tue, Apr 30, 2013 at 2:07 AM, David Kastendick

  • 180.14 pounds for two months access? Something wen...

    Moved house on Dec 15th last year. Was just supposed to be an account transfer to new house but somehow this got cocked up and a new account had to be made.
    Paid 114.19 in Dec for this quarter that we are in on old account.
    Was told to pay a further 65.94 for the new account. So far 180.14 paid into the account as of early jan and not even hooked up yet.
    I was without internet from Dec 15th till Jan 14th so roughly a month.
    Then i get a refund for 74.95 bringing the total down to 105.19 that i paid for two months access so far.
    Now i am getting another bill demanding another 31.25 for line rental and broadband for FEB 14th - MAR 15th. So what was that 105.18 for then? For one months access? I paid in the 114.19 for this quarter in DEC and was without access for a whole month out of this quarter.
    Something is seriously wrong and i am owed some funds. Cant deal with indians in india who have no authority to do anything other than to stall and procrastinate so voicing my concerns here for any an all to read.
    Only monaing about the bill, mind you. The uptime and actual service provided has been excellent and the best i have seen since i joined the net in 1994. I hardly have any downtime at all and that is really nice to have.

    Hi
    I am sorry to see you are having problems
    I suggest you contact live chat at this link they should be able to help you
    http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

Maybe you are looking for

  • Changing the location of archive log from flash recovery area PLZ HELP!!!

    Hi All, My archive log is being stored in flash memory area which got full and the production server went down. alert log file details..... ORA-19809: limit exceeded for recovery files ORA-19804: cannot reclaim 43432960 bytes disk space from 21474836

  • I probably know the answer (no sound) but humor me

    I purchased a HP Pavillion a4316f (Windows 7) about 3 weeks ago. My sound worked fine for about a week. I bought a set of cheap speakers because, although I want sound, it doesn't have to be more than basic sound and I wanted to replace the 5 or so y

  • Errors getting from process chains

    We are on BI 7.0. sp12. We recently did a data center move where the servers were moved to new hardware. After the move the loads have been successful but error messages have been generated multiple times with no reasons. I see that there is a note 9

  • Wireless conn not scaning wireless SSID automatically after stanby/hybernate

    Hi, I have cisco 1242 access point running WPA2/AES TKIP profile with EAP authentication in broadcast. I have dell laptops that have  3945ABG wireless card. The connection works when you configure the profile on laptop with windows wireless manager a

  • OracleXMLQuery not found

    I am trying to run the sql utility for XML and I get this error. File c:\OracleXML1\OracleXSU111\lib\oracle\xml\sql\query\OracleXMLQuery.class does not contain type OracleXSU111.lib.oracle.xml.sql.query.OracleXMLQuery as expected but type oracle.xml.