org.cyberneko.html

Interface HTMLComponent

public interface HTMLComponent extends XMLComponent

This interface extends the XNI XMLComponent interface to add methods that allow the preferred default values for features and properties to be queried.

Version: $Id: HTMLComponent.java,v 1.4 2005/02/14 03:56:54 andyc Exp $

Author: Andy Clark

Method Summary
BooleangetFeatureDefault(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.
ObjectgetPropertyDefault(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.

Method Detail

getFeatureDefault

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.

getPropertyDefault

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.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.