Uses of Record Class
org.apache.jena.rfc3986.URNComponents
Packages that use URNComponents
-
Uses of URNComponents in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return URNComponentsModifier and TypeMethodDescriptionURN.components()Returns the value of thecomponentsrecord component.static URNComponentsParseURN.parseURNComponents(IRI iri) Parse the URN components of an IRI (query string and fragment)Constructors in org.apache.jena.rfc3986 with parameters of type URNComponentsModifierConstructorDescriptionURN(String scheme, String NID, String NSS, URNComponents components) Creates an instance of aURNrecord class.