- 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 TypeMethodDescriptionbooleanhasFactoryFlag(short flag) Check whether the given factory flag is set.Methods inherited from interface io.sf.carte.doc.style.css.nsac.NamespacePrefixMap
getNamespacePrefix, hasDefaultNamespace, registerNamespacePrefixMethods 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:
trueif the flag is set.
-