Index

A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AlgIRI - Class in org.apache.jena.rfc3986
Algorithms on IRIs.
AlgIRI() - Constructor for class org.apache.jena.rfc3986.AlgIRI
 
AlgRelativizeIRI - Class in org.apache.jena.rfc3986
More algorithms on IRI3986's.
AlgRelativizeIRI() - Constructor for class org.apache.jena.rfc3986.AlgRelativizeIRI
 
AlgResolveIRI - Class in org.apache.jena.rfc3986
Algorithms for IRIs : resolution
AlgResolveIRI() - Constructor for class org.apache.jena.rfc3986.AlgResolveIRI
 
asMap() - Method in class org.apache.jena.rfc3986.SeverityMap
Return a mutable copy of the severity settings.
authority() - Method in class org.apache.jena.rfc3986.Builder
 
authority() - Method in interface org.apache.jena.rfc3986.IRI
 
authority() - Method in class org.apache.jena.rfc3986.IRI3986
 
authority(String) - Method in class org.apache.jena.rfc3986.Builder
Set the "auhtority" part of an IRI - this clear previous host and port settings"

B

build() - Method in class org.apache.jena.rfc3986.Builder
 
build(String, String, String, String, String) - Static method in class org.apache.jena.rfc3986.IRI3986
Build a IRI3986 from components.
Builder - Class in org.apache.jena.rfc3986
IRI builder.

C

charAt(CharSequence, int) - Static method in class org.apache.jena.rfc3986.Chars3986
String.charAt except with an EOF character, not an exception.
Chars3986 - Class in org.apache.jena.rfc3986
Characters and character classes
Chars3986() - Constructor for class org.apache.jena.rfc3986.Chars3986
 
check(String) - Static method in class org.apache.jena.rfc3986.ParseOID
 
checkIPv4(CharSequence) - Static method in class org.apache.jena.rfc3986.ParseIPv4Address
Check an IPv6 address (including any delimiting [])
checkIPv4(CharSequence, int, int) - Static method in class org.apache.jena.rfc3986.ParseIPv4Address
 
checkIPv6(CharSequence) - Static method in class org.apache.jena.rfc3986.ParseIPv6Address
Check an IPv6 address (including any delimiting [])
checkIPv6(CharSequence, int, int) - Static method in class org.apache.jena.rfc3986.ParseIPv6Address
 
checkSyntax(String) - Static method in class org.apache.jena.rfc3986.RFC3986
Determine if the string conforms to the IRI syntax.
CmdIRI - Class in org.apache.jena.rfc3986.cmd
 
CmdIRI() - Constructor for class org.apache.jena.rfc3986.cmd.CmdIRI
 
CmdRelative - Class in org.apache.jena.rfc3986.cmd
 
CmdRelative() - Constructor for class org.apache.jena.rfc3986.cmd.CmdRelative
 
CmdResolve - Class in org.apache.jena.rfc3986.cmd
 
CmdResolve() - Constructor for class org.apache.jena.rfc3986.cmd.CmdResolve
 
components() - Method in record class org.apache.jena.rfc3986.URN
Returns the value of the components record component.
create(String) - Static method in class org.apache.jena.rfc3986.IRI3986
Create an IRI3986 object or throw an exception if there is a syntax error.
create(String) - Static method in class org.apache.jena.rfc3986.RFC3986
Parse the string in accordance with the general IRI grammar.
create(String, Map<Issue, Severity>) - Static method in class org.apache.jena.rfc3986.SeverityMap
 
create(Consumer<String>, Consumer<String>) - Static method in interface org.apache.jena.rfc3986.ErrorHandler
Create an error handler with two functions, one for warning, one for error.
create(Consumer<String>, Consumer<String>) - Static method in class org.apache.jena.rfc3986.ErrorHandlerBase
Create an error handler.
create(IRI) - Static method in class org.apache.jena.rfc3986.RFC3986
Ensure an IRI is a IRI3986
createAny(String) - Static method in class org.apache.jena.rfc3986.IRI3986
Create an IRI3986 object; report errors and warnings.
createAny(String) - Static method in class org.apache.jena.rfc3986.RFC3986
Create an IRI3986 object; report errors and warnings.
createByRegex(String) - Static method in class org.apache.jena.rfc3986.RFC3986
Create an IRI using the regular expression of RFC 3986.
createSyntax(String) - Static method in class org.apache.jena.rfc3986.IRI3986
Create an IRI3986 object or throw an exception if there is a syntax error.

D

DID - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
did_bad_syntax - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
displayChar(char) - Static method in class org.apache.jena.rfc3986.Chars3986
Return a display string for a character suitable for error messages.

E

EOF - Static variable in class org.apache.jena.rfc3986.Chars3986
End of file/string marker - this is not a valid Unicode codepoint.
equals(Object) - Method in interface org.apache.jena.rfc3986.IRI
Java equals.
equals(Object) - Method in class org.apache.jena.rfc3986.IRI3986
 
equals(Object) - Method in record class org.apache.jena.rfc3986.URN
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.jena.rfc3986.URNComponents
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.jena.rfc3986.Violation
Indicates whether some other object is "equal to" this one.
error(String) - Method in interface org.apache.jena.rfc3986.ErrorHandler
Report an error : should not return.
error(String) - Method in class org.apache.jena.rfc3986.ErrorHandlerBase
 
ERROR - Enum constant in enum class org.apache.jena.rfc3986.Severity
 
ErrorHandler - Interface in org.apache.jena.rfc3986
An Error handler captures the policy for dealing with warnings, errors and fatal errors.
ErrorHandlerBase - Class in org.apache.jena.rfc3986
This error handler is a pair of functions, one for warnings, one for errors.
EXAMPLE - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 

F

fComponent() - Method in record class org.apache.jena.rfc3986.URNComponents
Returns the value of the fComponent record component.
FILE - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
file_bad_form - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
file_relative_path - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
fillInStackTrace() - Method in exception org.apache.jena.rfc3986.IRIParseException
 
forEach(BiConsumer<Issue, Severity>) - Method in class org.apache.jena.rfc3986.SeverityMap
 
forEachViolation(Consumer<Violation>) - Method in class org.apache.jena.rfc3986.IRI3986
Call a consumer function for any violations recorded for this IRI.
fragment() - Method in class org.apache.jena.rfc3986.Builder
 
fragment() - Method in interface org.apache.jena.rfc3986.IRI
 
fragment() - Method in class org.apache.jena.rfc3986.IRI3986
 
fragment(String) - Method in class org.apache.jena.rfc3986.Builder
 
fromScheme(String, URIScheme) - Static method in enum class org.apache.jena.rfc3986.URIScheme
Match case insensitively

G

genDelims(char) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC 3986 : gen-delims / sub-delims
GENERAL - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
get(String) - Static method in enum class org.apache.jena.rfc3986.URIScheme
 
get(Issue) - Method in class org.apache.jena.rfc3986.SeverityMap
 
getErrorHandler() - Static method in class org.apache.jena.rfc3986.SystemIRI3986
 
getName() - Method in enum class org.apache.jena.rfc3986.URIScheme
Scheme name,including any URN namespace.
getOrDefault(Issue, Severity) - Method in class org.apache.jena.rfc3986.SeverityMap
 
getPrefix() - Method in enum class org.apache.jena.rfc3986.URIScheme
Initial part of the URI scheme that identifies this scheme.
getSchemeName() - Method in enum class org.apache.jena.rfc3986.URIScheme
Scheme name; no ':'
getSeverity(Issue) - Static method in class org.apache.jena.rfc3986.Violations
Get the current severity level for an issue using the system settings.
getSeverity(SeverityMap, Issue) - Static method in class org.apache.jena.rfc3986.Violations
Get the current severity level for an issue using the global settings.
getURNNamespace() - Method in enum class org.apache.jena.rfc3986.URIScheme
URN namespace name, or null, if not a URN.
globalDftLevels - Static variable in class org.apache.jena.rfc3986.Violations
System default settings for violation levels

H

hasAuthority() - Method in interface org.apache.jena.rfc3986.IRI
 
hasAuthority() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasFragment() - Method in interface org.apache.jena.rfc3986.IRI
 
hasFragment() - Method in class org.apache.jena.rfc3986.IRI3986
 
hashCode() - Method in interface org.apache.jena.rfc3986.IRI
Java hashCode.
hashCode() - Method in class org.apache.jena.rfc3986.IRI3986
 
hashCode() - Method in record class org.apache.jena.rfc3986.URN
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.jena.rfc3986.URNComponents
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.jena.rfc3986.Violation
Returns a hash code value for this object.
hasHost() - Method in interface org.apache.jena.rfc3986.IRI
 
hasHost() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasPath() - Method in interface org.apache.jena.rfc3986.IRI
 
hasPath() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasPort() - Method in interface org.apache.jena.rfc3986.IRI
 
hasPort() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasQuery() - Method in interface org.apache.jena.rfc3986.IRI
 
hasQuery() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasScheme() - Method in interface org.apache.jena.rfc3986.IRI
 
hasScheme() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasUserInfo() - Method in interface org.apache.jena.rfc3986.IRI
 
hasUserInfo() - Method in class org.apache.jena.rfc3986.IRI3986
 
hasViolations() - Method in class org.apache.jena.rfc3986.IRI3986
Does this IRI have any scheme specific issues?
hasViolations(Severity) - Method in class org.apache.jena.rfc3986.IRI3986
Return true if this IRI has any violations greater than (and not equal to) the severity argument.
hexValue(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
host() - Method in class org.apache.jena.rfc3986.Builder
 
host() - Method in interface org.apache.jena.rfc3986.IRI
 
host() - Method in class org.apache.jena.rfc3986.IRI3986
 
host(String) - Method in class org.apache.jena.rfc3986.Builder
 
HTTP - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
http_empty_host - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
http_empty_port - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
http_no_host - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
http_omit_well_known_port - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
http_port_not_advised - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
HTTPS - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 

I

IGNORE - Enum constant in enum class org.apache.jena.rfc3986.Severity
 
int_isIPrivate(int) - Static method in class org.apache.jena.rfc3986.Chars3986
 
int_isUcsChar(int) - Static method in class org.apache.jena.rfc3986.Chars3986
 
INVALID - Enum constant in enum class org.apache.jena.rfc3986.Severity
 
IRI - Interface in org.apache.jena.rfc3986
 
iri_bad_ipv4_address - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_bad_ipv6_address - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_host_not_lowercase - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_password - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_percent_not_uppercase - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_scheme_expected - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_scheme_name_is_not_lowercase - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_scheme_unexpected - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
iri_user_info_present - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
IRI3986 - Class in org.apache.jena.rfc3986
Implementation of RFC 3986 (URI), RFC 3987 (IRI).
IRIParseException - Exception in org.apache.jena.rfc3986
Runtime exception thrown when finding errors in an RFC 3986/7 IRI.
IRIParseException(CharSequence, String) - Constructor for exception org.apache.jena.rfc3986.IRIParseException
 
IRIParseException(String) - Constructor for exception org.apache.jena.rfc3986.IRIParseException
 
iriStr() - Method in record class org.apache.jena.rfc3986.Violation
Returns the value of the iriStr record component.
isAbsolute() - Method in interface org.apache.jena.rfc3986.IRI
isAbsolute() - Method in class org.apache.jena.rfc3986.IRI3986
isAlpha(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
isAlphaNum(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
isDigit(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
isHexDigit(char) - Static method in class org.apache.jena.rfc3986.Chars3986
HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F" but also lower case (non-normalized form).
isHexDigitUC(char) - Static method in class org.apache.jena.rfc3986.Chars3986
Test for 'A' to 'F'
isHierarchical() - Method in interface org.apache.jena.rfc3986.IRI
isHierarchical() - Method in class org.apache.jena.rfc3986.IRI3986
isIAlpha(char) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC3987: International alphabetic.
isIPChar(char, String, int) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC3987 ipchar
isIPrivate(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
isPChar(char, CharSequence, int) - Static method in class org.apache.jena.rfc3986.Chars3986
Test whether ch is an RFC3986 pchar.
isPctEncoded(char, CharSequence, int) - Static method in class org.apache.jena.rfc3986.Chars3986
Test whether the character at location 'x' is percent-encoded.
isRelative() - Method in interface org.apache.jena.rfc3986.IRI
isRelative() - Method in class org.apache.jena.rfc3986.IRI3986
isRFC3986() - Method in class org.apache.jena.rfc3986.IRI3986
Test whether the IRI is RFC 3986 compatible;that is, has only ASCII characters.
isRootless() - Method in interface org.apache.jena.rfc3986.IRI
isRootless() - Method in class org.apache.jena.rfc3986.IRI3986
issue() - Method in record class org.apache.jena.rfc3986.Violation
Returns the value of the issue record component.
Issue - Enum Class in org.apache.jena.rfc3986
 
isUcsChar(char) - Static method in class org.apache.jena.rfc3986.Chars3986
 
isURN() - Method in enum class org.apache.jena.rfc3986.URIScheme
 
iunreserved(char) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC 3987 : iunreserved

L

level() - Method in enum class org.apache.jena.rfc3986.Severity
Return the severity level.

M

main(String...) - Static method in class org.apache.jena.rfc3986.cmd.CmdIRI
 
main(String...) - Static method in class org.apache.jena.rfc3986.cmd.CmdRelative
 
main(String...) - Static method in class org.apache.jena.rfc3986.cmd.CmdResolve
 
matchesExact(String, URIScheme) - Static method in enum class org.apache.jena.rfc3986.URIScheme
Match schema name, not including any urn namespace, case sensitively
matchesIgnoreCase(String, URIScheme) - Static method in enum class org.apache.jena.rfc3986.URIScheme
Match case insensitively
message() - Method in record class org.apache.jena.rfc3986.Violation
Returns the value of the message record component.

N

newBuilder() - Static method in class org.apache.jena.rfc3986.RFC3986
Create an IRI builder
NID() - Method in record class org.apache.jena.rfc3986.URN
Returns the value of the NID record component.
normalize() - Method in interface org.apache.jena.rfc3986.IRI
normalize() - Method in class org.apache.jena.rfc3986.IRI3986
normalize(IRI3986) - Static method in class org.apache.jena.rfc3986.RFC3986
Normalize an IRI (RFC 3986 - Syntax-Based Normalization)
NSS() - Method in record class org.apache.jena.rfc3986.URN
Returns the value of the NSS record component.

O

OID - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
oid_bad_syntax - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
oid_scheme_not_registered - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
org.apache.jena.iri3986 - module org.apache.jena.iri3986
 
org.apache.jena.rfc3986 - package org.apache.jena.rfc3986
Implementation of RFC 3986 (URI), RFC 3987 (IRI).
org.apache.jena.rfc3986.cmd - package org.apache.jena.rfc3986.cmd
 

P

parse(String) - Static method in class org.apache.jena.rfc3986.ParseDNS
 
parse(String) - Static method in class org.apache.jena.rfc3986.ParseOID
 
parse(String, boolean) - Static method in class org.apache.jena.rfc3986.ParseDID
 
ParseDID - Class in org.apache.jena.rfc3986
 
ParseDID() - Constructor for class org.apache.jena.rfc3986.ParseDID
 
ParseDNS - Class in org.apache.jena.rfc3986
 
ParseError - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
ParseIPv4Address - Class in org.apache.jena.rfc3986
Parse IPv4 addresses
ParseIPv4Address() - Constructor for class org.apache.jena.rfc3986.ParseIPv4Address
 
ParseIPv6Address - Class in org.apache.jena.rfc3986
Parse IPv6 addresses
ParseIPv6Address() - Constructor for class org.apache.jena.rfc3986.ParseIPv6Address
 
ParseOID - Class in org.apache.jena.rfc3986
RFC 3061 urn:NID:NSS where NID = "oid" (case insensitive) and NSS is the oid grammar.
ParseOID() - Constructor for class org.apache.jena.rfc3986.ParseOID
 
parseURN(String) - Static method in class org.apache.jena.rfc3986.ParseURN
Parse a string a a URN, Return null for invalid.
parseURN(String, BiConsumer<Issue, String>) - Static method in class org.apache.jena.rfc3986.ParseURN
Parse a URN, including URN components.
ParseURN - Class in org.apache.jena.rfc3986
Validate and parse URNs.
ParseURN() - Constructor for class org.apache.jena.rfc3986.ParseURN
 
ParseURN.URNParseException - Exception in org.apache.jena.rfc3986
 
parseURNComponents(IRI) - Static method in class org.apache.jena.rfc3986.ParseURN
Parse the URN components of an IRI (query string and fragment)
path() - Method in class org.apache.jena.rfc3986.Builder
 
path() - Method in interface org.apache.jena.rfc3986.IRI
 
path() - Method in class org.apache.jena.rfc3986.IRI3986
 
path(String) - Method in class org.apache.jena.rfc3986.Builder
 
pathSegments() - Method in interface org.apache.jena.rfc3986.IRI
 
pathSegments() - Method in class org.apache.jena.rfc3986.IRI3986
 
percentCheck(char, char, CharSequence, int) - Static method in class org.apache.jena.rfc3986.Chars3986
Check whether ch1 and ch2 are percent-encoding hex characters.
port() - Method in class org.apache.jena.rfc3986.Builder
 
port() - Method in interface org.apache.jena.rfc3986.IRI
 
port() - Method in class org.apache.jena.rfc3986.IRI3986
 
port(int) - Method in class org.apache.jena.rfc3986.Builder
 

Q

qComponent() - Method in record class org.apache.jena.rfc3986.URNComponents
Returns the value of the qComponent record component.
query() - Method in class org.apache.jena.rfc3986.Builder
 
query() - Method in interface org.apache.jena.rfc3986.IRI
 
query() - Method in class org.apache.jena.rfc3986.IRI3986
 
query(String) - Method in class org.apache.jena.rfc3986.Builder
 

R

range(int, int, int) - Static method in class org.apache.jena.rfc3986.Chars3986
Test whether a character is in a character range (both ends inclusive)
rComponent() - Method in record class org.apache.jena.rfc3986.URNComponents
Returns the value of the rComponent record component.
rebuild() - Method in class org.apache.jena.rfc3986.IRI3986
RFC 3986 : 5.3.
relativeAbsolutePath(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
Calculate a relative URI as a absolute path, if possible.
relativeParentPath(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
 
relativePath(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
Calculate a relative URI as a relative child path of the base.
relativeResource(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
Calculate a relative URI as a same-place (scheme, authority) resource, if possible.
relativeSameDocument(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
Calculate a "same document" relative URI, if possible.
relativeScheme(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgRelativizeIRI
Calculate a "same scheme" relative URI, if possible.
relativize(IRI) - Method in class org.apache.jena.rfc3986.IRI3986
Return (if possible), an IRI that is relative to the base argument.
relativize(IRI3986, IRI3986) - Static method in class org.apache.jena.rfc3986.RFC3986
For a given base, return (if possible) an IRI that is relative to base.
relativize(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgResolveIRI
Calculate a relative IRI for a (base, target) pair.
reset() - Static method in class org.apache.jena.rfc3986.Violations
 
resolve(IRI3986) - Method in class org.apache.jena.rfc3986.IRI3986
Resolve an IRI, using this as the base.
resolve(IRI3986, IRI3986) - Static method in class org.apache.jena.rfc3986.RFC3986
Resolve an IRI against a base.
resolve(IRI, IRI) - Static method in class org.apache.jena.rfc3986.AlgResolveIRI
Resolve an IRI against a base.
RFC3986 - Class in org.apache.jena.rfc3986
Implementation of RFC 3986 (URI), RFC 3987 (IRI).
RFC3986() - Constructor for class org.apache.jena.rfc3986.RFC3986
 
rfc3986regex - Static variable in class org.apache.jena.rfc3986.RFC3986
RFC 3986 regular expression.

S

safeInitalSegment(String) - Static method in class org.apache.jena.rfc3986.AlgResolveIRI
Ensure the relative path satisfies segment-no-nc in it's first segment.
scheme() - Method in class org.apache.jena.rfc3986.Builder
 
scheme() - Method in interface org.apache.jena.rfc3986.IRI
 
scheme() - Method in class org.apache.jena.rfc3986.IRI3986
 
scheme() - Method in record class org.apache.jena.rfc3986.URN
Returns the value of the scheme record component.
scheme() - Method in record class org.apache.jena.rfc3986.Violation
Returns the value of the scheme record component.
scheme(String) - Method in class org.apache.jena.rfc3986.Builder
 
setErrorHandler(ErrorHandler) - Static method in class org.apache.jena.rfc3986.SystemIRI3986
 
setSeverity(Map<Issue, Severity>, Issue, Severity) - Static method in class org.apache.jena.rfc3986.SeverityMap
Utility to help build a Map for creating a SeverityMap.
setSystemSeverityMap(SeverityMap) - Static method in class org.apache.jena.rfc3986.Violations
Set the global severity map for an issue using the system settings.
severities() - Static method in class org.apache.jena.rfc3986.Violations
 
Severity - Enum Class in org.apache.jena.rfc3986
Setting for reporting issues
SeverityMap - Class in org.apache.jena.rfc3986
Immutable choice of severity settings for Issues.
str() - Method in interface org.apache.jena.rfc3986.IRI
The IRI in string form.
str() - Method in class org.apache.jena.rfc3986.IRI3986
The IRI in string form.
strictLevels - Static variable in class org.apache.jena.rfc3986.Violations
Strict, all errors, settings.
subDelims(char) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC 3986 : sub-delims
SystemIRI3986 - Class in org.apache.jena.rfc3986
Setup and configuration of the IRI3986 parser package.
SystemIRI3986() - Constructor for class org.apache.jena.rfc3986.SystemIRI3986
 

T

toBase(IRI) - Static method in class org.apache.jena.rfc3986.AlgIRI
Ensure an IRI is suitable for a base else return null.
toHandler(IRI3986, ErrorHandler) - Static method in class org.apache.jena.rfc3986.SystemIRI3986
Send any violations to an ErrorHandler.
toHandler(IRI3986, SeverityMap, ErrorHandler) - Static method in class org.apache.jena.rfc3986.SystemIRI3986
Determine the severity of each violation and send to an ErrorHandler.
toString() - Method in interface org.apache.jena.rfc3986.IRI
Human-readable appearance.
toString() - Method in class org.apache.jena.rfc3986.IRI3986
Human-readable appearance.
toString() - Method in class org.apache.jena.rfc3986.SeverityMap
 
toString() - Method in record class org.apache.jena.rfc3986.URN
Returns a string representation of this record class.
toString() - Method in record class org.apache.jena.rfc3986.URNComponents
Returns a string representation of this record class.
toString() - Method in record class org.apache.jena.rfc3986.Violation
Returns a string representation of this record class.

U

unreserved(char) - Static method in class org.apache.jena.rfc3986.Chars3986
RFC 3986 : unreserved
URIScheme - Enum Class in org.apache.jena.rfc3986
URI scheme URI Registrations URN Registrations This also include URN namespaces.
URN - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
URN - Record Class in org.apache.jena.rfc3986
URN structure, following RFC 8141.
URN(String, String, String, URNComponents) - Constructor for record class org.apache.jena.rfc3986.URN
Creates an instance of a URN record class.
urn_bad_components - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
urn_bad_informal_namespace - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
urn_bad_nid - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
urn_bad_nss - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
urn_bad_pattern - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
URN_EXAMPLE - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
urn_non_ascii_character - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
URN_OID - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
URN_UUID - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
urn_x_namespace - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
URNComponents - Record Class in org.apache.jena.rfc3986
URN Components.
URNComponents(String, String, String) - Constructor for record class org.apache.jena.rfc3986.URNComponents
Creates an instance of a URNComponents record class.
userInfo() - Method in interface org.apache.jena.rfc3986.IRI
 
userInfo() - Method in class org.apache.jena.rfc3986.IRI3986
 
UUID - Enum constant in enum class org.apache.jena.rfc3986.URIScheme
 
uuid_bad_pattern - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
uuid_has_fragment - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
uuid_has_query - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
uuid_not_lowercase - Enum constant in enum class org.apache.jena.rfc3986.Issue
 
uuid_scheme_not_registered - Enum constant in enum class org.apache.jena.rfc3986.Issue
 

V

validateAssignedName(String, BiConsumer<Issue, String>) - Static method in class org.apache.jena.rfc3986.ParseURN
Validate a URN, NID and NSS, excluding URN components.
validateURN(String, BiConsumer<Issue, String>) - Static method in class org.apache.jena.rfc3986.ParseURN
Validate a URN, NID and NSS, excluding URN components.
valueOf(String) - Static method in enum class org.apache.jena.rfc3986.Issue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.jena.rfc3986.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.jena.rfc3986.URIScheme
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.jena.rfc3986.Issue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.jena.rfc3986.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.jena.rfc3986.URIScheme
Returns an array containing the constants of this enum class, in the order they are declared.
Violation - Record Class in org.apache.jena.rfc3986
 
Violation(String, URIScheme, Issue, String) - Constructor for record class org.apache.jena.rfc3986.Violation
Creates an instance of a Violation record class.
violations() - Method in class org.apache.jena.rfc3986.IRI3986
Return an immutable list of the violations for this IRI.
Violations - Class in org.apache.jena.rfc3986
 
Violations() - Constructor for class org.apache.jena.rfc3986.Violations
 

W

warning(String) - Method in interface org.apache.jena.rfc3986.ErrorHandler
Report a warning.
warning(String) - Method in class org.apache.jena.rfc3986.ErrorHandlerBase
 
WARNING - Enum constant in enum class org.apache.jena.rfc3986.Severity
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form