public class DataURISchemeUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
UNSPECIFIED_MEDIA_TYPE |
Constructor and Description |
---|
DataURISchemeUtil() |
Modifier and Type | Method and Description |
---|---|
List<DataURIScheme> |
extract(String string)
Extracts DataURISchemes from free text, as in javascript.
|
DataURIScheme |
parse(String string) |
public static String UNSPECIFIED_MEDIA_TYPE
public DataURIScheme parse(String string) throws DataURISchemeParseException
DataURISchemeParseException
public List<DataURIScheme> extract(String string)
string
- Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.