Uses of Class
com.upokecenter.util.URIUtility.ParseMode
-
-
Uses of URIUtility.ParseMode in com.upokecenter.util
Methods in com.upokecenter.util that return URIUtility.ParseMode Modifier and Type Method Description static URIUtility.ParseModeURIUtility.ParseMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URIUtility.ParseMode[]URIUtility.ParseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.upokecenter.util with parameters of type URIUtility.ParseMode Modifier and Type Method Description static java.lang.StringURIUtility. DirectoryPath(java.lang.String uref, URIUtility.ParseMode parseMode)Extracts the scheme, the authority, and the path component (up to and including the last "/" in the path if any) from the given URI or IRI, using the given parse mode to check the URI or IRI.static booleanURIUtility. IsValidIRI(java.lang.String s, URIUtility.ParseMode mode)Returns whether a string is a valid IRI according to the given parse mode.static java.lang.StringURIUtility. RelativeResolve(java.lang.String refValue, java.lang.String absoluteBase, URIUtility.ParseMode parseMode)Resolves a URI or IRI relative to another URI or IRI.static int[]URIUtility. SplitIRI(java.lang.String s, int offset, int length, URIUtility.ParseMode parseMode)Parses a substring that represents an Internationalized Resource Identifier (IRI) under RFC3987.static int[]URIUtility. SplitIRI(java.lang.String s, URIUtility.ParseMode parseMode)Parses an Internationalized Resource Identifier (IRI) reference under RFC3987.
-