public final class ParseStylesCmd extends Command
CONTEXT_NODE, NULL_VALUE, VAR_ARGS
Constructor and Description |
---|
ParseStylesCmd() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Document doc,
Console console) |
void |
executeCommand(Object[] arguments,
XNode contextNode,
ExprContext context,
Script script,
Console console) |
static List<String> |
getClassProperty(Element element) |
static com.xmlmind.w2x.processor.CSSRules |
getRulesProperty(XNode node) |
static LinearHashtable<String,String> |
getStyleProperty(Element element) |
static List<String> |
newClassProperty(Element element) |
static com.xmlmind.w2x.processor.CSSRules |
newRulesProperty(XNode node) |
static LinearHashtable<String,String> |
newStyleProperty(Element element) |
static List<String> |
removeClassProperty(Element element) |
static com.xmlmind.w2x.processor.CSSRules |
removeRulesProperty(XNode node) |
static LinearHashtable<String,String> |
removeStyleProperty(Element element) |
illegalArgument, parseArguments
public void executeCommand(Object[] arguments, XNode contextNode, ExprContext context, Script script, Console console) throws Exception
executeCommand
in class Command
Exception
public static com.xmlmind.w2x.processor.CSSRules newRulesProperty(XNode node)
public static com.xmlmind.w2x.processor.CSSRules getRulesProperty(XNode node)
public static com.xmlmind.w2x.processor.CSSRules removeRulesProperty(XNode node)
public static LinearHashtable<String,String> newStyleProperty(Element element)
public static LinearHashtable<String,String> getStyleProperty(Element element)
public static LinearHashtable<String,String> removeStyleProperty(Element element)