Package io.sf.carte.doc.style.css.om
Class CSSOMParser
java.lang.Object
io.sf.carte.doc.style.css.parser.CSSParser
io.sf.carte.doc.style.css.om.CSSOMParser
CSS parser implementing the NSAC API and using an object-model internal factory.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.sf.carte.doc.style.css.parser.CSSParser
CSSParser.DeclarationRuleHandlerNested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Parser
Parser.Flag, Parser.NamespaceMap -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstantiate a parser instance with no flags.protectedCSSOMParser(CSSParser copyMe) -
Method Summary
Methods inherited from class io.sf.carte.doc.style.css.parser.CSSParser
parseDeclarationRule, parseFontFeatureValuesBody, parseKeyFramesBody, parseMediaQueryList, parseMediaQueryList, parsePageRuleBody, parsePageSelectorList, parsePriority, parsePropertyValue, parsePropertyValue, parsePropertyValue, parsePseudoElement, parseRule, parseRule, parseRule, parseSelectors, parseSelectors, parseSelectors, parseSelectors, parseStyleDeclaration, parseStyleDeclaration, parseStyleSheet, parseStyleSheet, parseStyleSheet, parseSupportsCondition, setDocumentHandler, setErrorHandler, setFlag, setStreamSizeLimit, unsetFlag
-
Constructor Details
-
CSSOMParser
public CSSOMParser()Instantiate a parser instance with no flags. -
CSSOMParser
-
-
Method Details
-
getMediaQueryFactory
- Overrides:
getMediaQueryFactoryin classCSSParser
-
clone
-