org.apache.batik.css.parser
protected static class CSSLexicalUnit.FunctionLexicalUnit extends CSSLexicalUnit
Field Summary | |
---|---|
protected String | name
The function name. |
protected LexicalUnit | parameters
The function parameters. |
Constructor Summary | |
---|---|
FunctionLexicalUnit(String f, LexicalUnit params, LexicalUnit prev)
Creates a new LexicalUnit. |
Method Summary | |
---|---|
String | getFunctionName()
SAC: Implements LexicalUnit#getFunctionName(). |
LexicalUnit | getParameters()
SAC: Implements LexicalUnit#getParameters(). |