|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.lib.IRILib
public class IRILib
Operations related to IRIs
Constructor Summary | |
---|---|
IRILib()
|
Method Summary | |
---|---|
static boolean |
containsNonASCII(String string)
|
static String |
decode(String string)
|
static String |
encodeFileURL(String string)
Encode using the rules for a file: URL. |
static String |
encodeNonASCII(String string)
|
static String |
encodeUriComponent(String string)
Encode using the rules for a component (e.g. |
static String |
encodeUriPath(String uri)
Encode using the rules for a path (e.g. |
static String |
filenameToIRI(String fn)
Encode using the rules for a path (e.g. |
static String |
IRIToFilename(String iri)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IRILib()
Method Detail |
---|
public static String encodeUriComponent(String string)
public static String encodeFileURL(String string)
public static String encodeUriPath(String uri)
public static String decode(String string)
public static String filenameToIRI(String fn)
public static String IRIToFilename(String iri)
public static String encodeNonASCII(String string)
public static boolean containsNonASCII(String string)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |