public class CSSIdentifierSerializer extends Object
https://drafts.csswg.org/cssom/#serialize-an-identifier| Constructor and Description |
|---|
CSSIdentifierSerializer() |
public String serialize(String identifier)
NOTE: This code was adapted from Mathias Bynens' CSS.escape polyfill, available under the MIT license.
identifier - the identifier to serializeIllegalArgumentException - if the input contains U+0000https://drafts.csswg.org/cssom/#serialize-an-identifier,
https://github.com/mathiasbynens/CSS.escapeCopyright © 2004–2016 XWiki. All rights reserved.