public class UnparsedTextResource extends java.lang.Object implements Resource
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory |
FACTORY |
| Constructor and Description |
|---|
UnparsedTextResource(Configuration config,
java.lang.String href,
AbstractResourceCollection.InputDetails in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Get the media type (MIME type) of the resource if known
|
Item |
getItem(XPathContext context)
Get an XDM Item holding the contents of this resource.
|
java.lang.String |
getResourceURI()
Get a URI that identifies this resource
|
public static final ResourceFactory FACTORY
public UnparsedTextResource(Configuration config, java.lang.String href, AbstractResourceCollection.InputDetails in)
public java.lang.String getResourceURI()
ResourcegetResourceURI in interface Resourcepublic Item getItem(XPathContext context) throws XPathException
ResourcegetItem in interface Resourcecontext - the XPath evaluation contextXPathException - if a failure occurs materializing the resourcepublic java.lang.String getContentType()
ResourcegetContentType in interface ResourceCopyright (c) 2004-2017 Saxonica Limited. All rights reserved.