public interface HTMLComponent extends XMLComponent
XMLComponent interface
to add methods that allow the preferred default values for features
and properties to be queried.| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFeatureDefault(String featureId)
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
|
Object |
getPropertyDefault(String propertyId)
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
|
getRecognizedFeatures, getRecognizedProperties, reset, setFeature, setPropertyBoolean getFeatureDefault(String featureId)
getFeatureDefault in interface XMLComponentfeatureId - The feature identifier.Object getPropertyDefault(String propertyId)
getPropertyDefault in interface XMLComponentpropertyId - The property identifier.Copyright © 2024 HtmlUnit. All rights reserved.