Package io.sf.carte.doc.style.css.om
Class DOMUtil
java.lang.Object
io.sf.carte.doc.style.css.om.DOMUtil
DOM utility method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
parsePseudoAttributes
(String data, LinkedHashMap<String, String> pseudoAttrs) Parses the pseudo-attributes indata
.
-
Constructor Details
-
DOMUtil
public DOMUtil()
-
-
Method Details
-
parsePseudoAttributes
public static void parsePseudoAttributes(String data, LinkedHashMap<String, String> pseudoAttrs) throws DOMExceptionParses the pseudo-attributes indata
.- Parameters:
data
- the pseudo-attribute string.pseudoAttrs
- the pseudo-attribute map.- Throws:
DOMException
- DOMException.INVALID_CHARACTER_ERR if a syntax error was found while parsing the pseudo-attributes.
-