Class: DataSrcAttribUtils

Kekule. DataSrcAttribUtils

new DataSrcAttribUtils()

Utils to handle 'url(XXXX)' type of attribute value. it may has three format content directly url(http://...) url(#id)
Source:

Methods

(static) getUrl() → {String}

Get string value inside 'url()' parenthesis
Source:
Returns:
Type
String

(static) isUrlBasedValue(str) → {Bool}

Check if str starts with 'url('.
Parameters:
Name Type Description
str String
Source:
Returns:
Type
Bool