Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox |
-
Uses of Prefixes.DecodeResult in tech.oxfordsemantic.jrdfox
Methods in tech.oxfordsemantic.jrdfox that return Prefixes.DecodeResult Modifier and Type Method Description Prefixes.DecodeResult
Prefixes. decodeIRI(java.lang.CharSequence encodedIRI, java.lang.StringBuilder decodedIRI)
Prefixes.DecodeResult
Prefixes. decodeIRI(java.lang.CharSequence encodedIRI, java.util.function.Consumer<java.lang.String> decodedIRI)
static Prefixes.DecodeResult
Prefixes.DecodeResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Prefixes.DecodeResult[]
Prefixes.DecodeResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.