java.lang.Object
io.sf.carte.doc.style.css.SACParserFactory
SAC Parser Factory used by static methods.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Parser
Create a SAC Parser specified by the system propertyorg.w3c.css.sac.parser
.
-
Field Details
-
DEFAULT_PARSER
- See Also:
-
-
Constructor Details
-
SACParserFactory
public SACParserFactory()
-
-
Method Details
-
createSACParser
Create a SAC Parser specified by the system propertyorg.w3c.css.sac.parser
.By default, uses this library's SAC Parser.
- Returns:
- the SAC parser.
- Throws:
DOMException
- INVALID_ACCESS_ERR if the Parser could not be instantiated.
-