public class CSSRuleListImpl extends Object implements Serializable
| Constructor and Description |
|---|
CSSRuleListImpl()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractCSSRuleImpl rule)
Add a rule.
|
void |
delete(int index)
Delete the rule at the given pos.
|
boolean |
equals(Object obj) |
int |
getLength()
getLength.
|
List<AbstractCSSRuleImpl> |
getRules()
getRules.
|
int |
hashCode() |
void |
insert(AbstractCSSRuleImpl rule,
int index)
Insert a rule at the given pos.
|
String |
toString() |
public List<AbstractCSSRuleImpl> getRules()
getRules.
public int getLength()
getLength.
public void add(AbstractCSSRuleImpl rule)
rule - the rule to be addedpublic void insert(AbstractCSSRuleImpl rule, int index)
rule - the rule to be insertedindex - the insert pospublic void delete(int index)
index - the delete posCopyright © 2025 HtmlUnit. All rights reserved.