public interface HTMLComponent
extends org.apache.xerces.xni.parser.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.
|
Copyright © 2018. All rights reserved.