|
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 OXQFileResolverFactory
The factory interface that creates resolvers for Java's 'file:' URIs. The entity resolver created by this factory responds to all requests which satisfy the following conditions:
OXQEntityKind.SCHEMA
, OXQEntityKind.MODULE
, OXQEntityKind.DOCUMENT
, or OXQEntityKind.XML_ENTITY
system id
is a 'file:' URIFile.toURI()
Method Summary | |
---|---|
javax.activation.FileTypeMap |
getContentTypeMap() Returns the content type map that will be used for media type assignment. |
void |
setContentTypeMap(javax.activation.FileTypeMap contentTypeMap) Sets the content type map that will be used to associate a media type with each resolved URI. |
Methods inherited from interface oracle.xml.xquery.OXQEntityResolverFactory |
---|
createResolver |
Method Detail |
---|
void setContentTypeMap(javax.activation.FileTypeMap contentTypeMap)
contentTypeMap
- type map, or null
to make it undefinedjavax.activation.FileTypeMap getContentTypeMap()
null
if undefined
|
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.