Skip navigation links

Omakase CSS Parser 1.9.1-SNAPSHOT API

Packages 
Package Description
com.salesforce.omakase
Base package for the Omakase CSS Parser, which contains all of the entry-point classes.
com.salesforce.omakase.ast
Contains general AST (Abstract Syntax Tree) units, such as Rule and top-level AST interfaces, such as Syntax, Commentable and Refinable.
com.salesforce.omakase.ast.atrule
Contains at-rule AST members.
com.salesforce.omakase.ast.collection
Contains interfaces and classes for collections of Syntax units.
com.salesforce.omakase.ast.declaration
Contains declaration AST members.
com.salesforce.omakase.ast.extended
Contains customized, extended syntax objects that are not part of the standard CSS spec.
com.salesforce.omakase.ast.selector
Contains selector AST members.
com.salesforce.omakase.broadcast
Handles the broadcasting of events (new Syntax units).
com.salesforce.omakase.broadcast.annotation
Contains the standard Omakase Java annotations.
com.salesforce.omakase.broadcast.emitter
Reads annotations on plugins and invokes annotated subscription methods.
com.salesforce.omakase.data
Various data and constants, usually generated.
com.salesforce.omakase.error
Contains the error manager and base exceptions.
com.salesforce.omakase.parser
Parsers that read source code and broadcast AST objects.
com.salesforce.omakase.parser.atrule
At-rule parsers.
com.salesforce.omakase.parser.declaration
Declaration parsers.
com.salesforce.omakase.parser.factory
Parsing and token factories.
com.salesforce.omakase.parser.selector
Selector parsers.
com.salesforce.omakase.parser.token
Single-character Tokens used by parsers.
com.salesforce.omakase.plugin
Interfaces for plugging new features into the parsing process (rework, validation, etc...).
com.salesforce.omakase.plugin.conditionals
Plugins related to the custom syntax for conditionals.
com.salesforce.omakase.plugin.core
Core plugins.
com.salesforce.omakase.plugin.misc
Other misc plugins.
com.salesforce.omakase.plugin.prefixer
Plugins related to automatic vendor prefixing.
com.salesforce.omakase.plugin.syntax
Plugins related to standard syntax refinement parsing.
com.salesforce.omakase.plugin.validator
Plugins that perform validation.
com.salesforce.omakase.util
Utilities and helpers.
com.salesforce.omakase.writer
Classes for outputting processed CSS in compressed or uncompressed modes.
Skip navigation links

Copyright (c) 2019, Salesforce.com, Inc. All rights reserved. Licensed under the BSD 3-Clause license. For full license text, see the LICENSE file in the repository.