public class CssQuotes extends Object
| Modifier and Type | Method and Description |
|---|---|
static CssQuotes |
createDefaultQuotes()
Creates the default
CssQuotes instance. |
static CssQuotes |
createQuotes(String quotesString,
boolean fallbackToDefault)
Creates a
CssQuotes instance. |
String |
resolveQuote(String value,
AbstractCssContext context)
Resolves quotes.
|
public static CssQuotes createQuotes(String quotesString, boolean fallbackToDefault)
CssQuotes instance.quotesString - the quotes stringfallbackToDefault - indicates whether it's OK to fall back to the defaultCssQuotes instancepublic static CssQuotes createDefaultQuotes()
CssQuotes instance.CssQuotes instancepublic String resolveQuote(String value, AbstractCssContext context)
value - the valuecontext - the CSS contextCopyright © 1998–2023 Apryse Group NV. All rights reserved.