public class PlasmaQueryHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static PlasmaQueryHelper |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
define(InputStream queryInputStream,
String targetNamespaceURI,
String supplierUri)
Define a Query as Types.
|
List<Type> |
define(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
String supplierUri)
Define a Query as Types.
|
List<Type> |
define(Reader queryReader,
String targetNamespaceURI,
String supplierUri)
Define a Query as Types.
|
List<Type> |
define(String queryXML,
String supplierUri)
Define a Query as Types.
|
public static volatile PlasmaQueryHelper INSTANCE
public List<Type> define(String queryXML, String supplierUri)
queryXML - the XML Query.supplierUri - the URI for the SDO namespace which supplied the types used in the given queryIllegalArgumentException - if the Types could not be defined.public List<Type> define(Reader queryReader, String targetNamespaceURI, String supplierUri)
xsdReader - reader to an XML Schema.targetNamespaceURI - the URI of the types to be definedsupplierUri - the URI for the SDO namespace which supplied the types used in the given queryIllegalArgumentException - if the Types could not be defined.public List<Type> define(InputStream queryInputStream, String targetNamespaceURI, String supplierUri)
queryInputStream - input stream to a Query.targetNamespaceURI - the URI of the types to be definedsupplierUri - the URI for the SDO namespace which supplied the types used in the given queryIllegalArgumentException - if the Types could not be defined.public List<Type> define(Query query, String targetNamespaceURI, String targetNamespacePrefix, String supplierUri)
query - the input Query.targetNamespaceURI - the URI of the types to be definedsupplierUri - the URI for the SDO namespace which supplied the types used in the given queryIllegalArgumentException - if the Types could not be defined.Copyright © 2017. All rights reserved.