| Package | Description |
|---|---|
| org.htmlunit.cssparser.dom |
Implementation classes for the org.w3c.dom.css interfaces.
|
| org.htmlunit.cssparser.parser.media |
Package org.htmlunit.cssparser.parser.media.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
CSSStyleDeclarationImpl.getPropertyDeclaration(String propertyName)
getPropertyDeclaration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
CSSStyleDeclarationImpl.getProperties()
getProperties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSStyleDeclarationImpl.addProperty(Property p)
Add a property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
MediaQuery.getProperties()
getProperties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaQuery.addMediaProperty(Property mp)
Adds a property to the list.
|
Copyright © 2025 HtmlUnit. All rights reserved.