Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


oracle.xml.xquery
Interface OXQView.OXQViewAccessor

Enclosing class:
OXQView

public static interface OXQView.OXQViewAccessor

Generic interface implemented by all XQJ objects which are capable of providing an OXQJ view.


Method Summary
<T> T
getOXQView(java.lang.Class<T> oxqClass)
          Provides the OXQJ view of an object.

 

Method Detail

getOXQView

<T> T getOXQView(java.lang.Class<T> oxqClass)
Provides the OXQJ view of an object.
Parameters:
oxqClass - required OXQJ interface.
Returns:
view object implementing specified interface
Throws:
java.lang.ClassCastException - if this object doesn't support specified OXQJ interface.

Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.