- All Superinterfaces:
NamespacePrefixMap
,Parser.NamespaceMap
- All Known Implementing Classes:
AbstractCSSStyleSheet
,BaseCSSStyleSheet
,BaseDocumentCSSStyleSheet
,DOMCSSStyleSheet
,DOMDocumentCSSStyleSheet
Provides a style sheet context, useful for selector serialization.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasFactoryFlag
(short flag) Check whether the given factory flag is set.Methods inherited from interface io.sf.carte.doc.style.css.nsac.NamespacePrefixMap
getNamespacePrefix, hasDefaultNamespace, registerNamespacePrefix
Methods inherited from interface io.sf.carte.doc.style.css.nsac.Parser.NamespaceMap
getNamespaceURI
-
Method Details
-
hasFactoryFlag
boolean hasFactoryFlag(short flag) Check whether the given factory flag is set.- Parameters:
flag
- the flag.- Returns:
true
if the flag is set.
-