| org.cyberneko.html.HTMLComponent
All known Subclasses: org.cyberneko.html.filters.DefaultFilter, org.cyberneko.html.HTMLTagBalancer, org.cyberneko.html.HTMLScanner,
HTMLComponent | public interface HTMLComponent extends XMLComponent(Code) | | This interface extends the XNI XMLComponent interface
to add methods that allow the preferred default values for features
and properties to be queried.
author: Andy Clark version: $Id: HTMLComponent.java,v 1.4 2005/02/14 03:56:54 andyc Exp $ |
Method Summary | |
public 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. | public 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. |
getFeatureDefault | public Boolean getFeatureDefault(String featureId)(Code) | | Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
|
getPropertyDefault | public Object getPropertyDefault(String propertyId)(Code) | | Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
|
|
|