Uses of Class
org.apache.tika.parser.html.DataURIScheme
-
Packages that use DataURIScheme Package Description org.apache.tika.parser.html -
-
Uses of DataURIScheme in org.apache.tika.parser.html
Methods in org.apache.tika.parser.html that return DataURIScheme Modifier and Type Method Description DataURIScheme
DataURISchemeUtil. parse(String string)
Methods in org.apache.tika.parser.html that return types with arguments of type DataURIScheme Modifier and Type Method Description List<DataURIScheme>
DataURISchemeUtil. extract(String string)
Extracts DataURISchemes from free text, as in javascript.
-