public class NIFUriHelper extends Object
| Constructor and Description |
|---|
NIFUriHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDocumentUriFromNifUri(String nifUri)
Transforms the NIF URI
http://example.org/document_1#char=0,120 into the document
URI http://example.org/document_1. |
static String |
getNifUri(Document document,
int endPosition) |
static String |
getNifUri(String documentURI,
int start,
int end) |
public static String getDocumentUriFromNifUri(String nifUri)
http://example.org/document_1#char=0,120 into the document
URI http://example.org/document_1.nifUri - the URI the document has inside the NIF modelCopyright © 2018. All rights reserved.