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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidparsePseudoAttributes(String data, LinkedHashMap<String, String> pseudoAttrs) Parses the pseudo-attributes indata.
- 
Constructor Details- 
DOMUtilpublic DOMUtil()
 
- 
- 
Method Details- 
parsePseudoAttributespublic 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.
 
 
-