public interface OXQItem extends OXQItemAccessor
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); ...
Modifier and Type | Method and Description |
---|---|
XQItem |
getXQView()
Returns the
XQItem instance corresponding to this instance. |
getAttributeValue, getItemAsInputStream, getItemKind, getNodeName, getTextValue
XQItem getXQView()
XQItem
instance corresponding to this instance.getXQView
in interface OXQItemAccessor
Copyright © 2020, 2024, Oracle and/or its affiliates.