Class CssGrammar.CssFunction
java.lang.Object
org.idpf.epubcheck.util.css.CssGrammar.CssConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssComposedConstruct
org.idpf.epubcheck.util.css.CssGrammar.CssFunction
- Enclosing class:
CssGrammar
A CSS function. The function name is interned, and ASCII characters in the name
are guaranteed to be lower case.
-
Nested Class Summary
Nested classes/interfaces inherited from class CssGrammar.CssConstruct
CssGrammar.CssConstruct.Type -
Field Summary
Fields inherited from class CssGrammar.CssComposedConstruct
absent, components, nameFields inherited from class CssGrammar.CssConstruct
location, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CssGrammar.CssComposedConstruct
getComponents, getName, toStringMethods inherited from class CssGrammar.CssConstruct
getLocation, getType
-
Constructor Details
-
CssFunction
-
-
Method Details
-
toCssString
- Specified by:
toCssStringin classCssGrammar.CssConstruct
-