public class Prefix extends Object
| Constructor and Description |
|---|
Prefix(String prefix,
String iri)
Creates a new prefix
Also ensures that prefix always ends with ":" and that iri starts with "<" and ends with ">"
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Prefix p) |
String |
getIri() |
String |
getIriContent()
Gets actual IRI content without "<" and ">"
|
String |
getPrefix() |
String |
toString() |
Copyright © 2018. All rights reserved.