Uses of Class
org.w3c.epubcheck.util.url.URLFragment
Packages that use URLFragment
-
Uses of URLFragment in org.w3c.epubcheck.core.references
Methods in org.w3c.epubcheck.core.references with parameters of type URLFragmentModifier and TypeMethodDescriptionprivate voidResourceReferencesChecker.checkFragment(Reference reference, Resource targetResource, URLFragment fragment) private voidResourceReferencesChecker.checkReferenceType(Reference reference, Resource targetResource, URLFragment fragment) -
Uses of URLFragment in org.w3c.epubcheck.util.url
Fields in org.w3c.epubcheck.util.url declared as URLFragmentModifier and TypeFieldDescriptionstatic final URLFragmentURLFragment.NONERepresents a non-existent fragment, for whichURLFragment.exists()returnsfalseMethods in org.w3c.epubcheck.util.url that return URLFragmentModifier and TypeMethodDescriptionstatic URLFragmentURLFragment.parse(io.mola.galimatias.URL url) Parse the fragment of the given URL, according to the default rules (XML MIME type), seeURLFragment.parse(URL, String).static URLFragmentParse the fragment of the given URL, according to the rules defined for the given MIME type.