|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OXQItem
Extensions to javax.xml.xquery.XQItem. This currently only provides extensions indirectly by extending OXQItemAccessor.
Use method OXQView.getItem(XQItem) to access the extensions. For example:
OXQDataSource ds = new OXQDataSource(); XQConnection con = ds.getConnection(); XQItem item = con.createItemFromDocument(...); OXQItem oitem = OXQView.getItem(item); ...
| Method Summary | |
|---|---|
XQItem |
getXQView()Returns the XQItem instance corresponding to this instance. |
| Methods inherited from interface oracle.xml.xquery.OXQItemAccessor |
|---|
getItemAsInputStream, getNodeName |
| Method Detail |
|---|
XQItem getXQView()
XQItem instance corresponding to this instance.getXQView in interface OXQItemAccessor
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.