org.cyberneko.html
Interface HTMLComponent
- All Superinterfaces:
- org.apache.xerces.xni.parser.XMLComponent
- All Known Implementing Classes:
- HTMLTagBalancer, HTMLScanner
- public interface HTMLComponent
- extends org.apache.xerces.xni.parser.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$
- Author:
- Andy Clark
Method Summary |
java.lang.Boolean |
getFeatureDefault(java.lang.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. |
java.lang.Object |
getPropertyDefault(java.lang.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. |
Methods inherited from interface org.apache.xerces.xni.parser.XMLComponent |
getRecognizedFeatures, getRecognizedProperties, reset, setFeature, setProperty |
getFeatureDefault
public java.lang.Boolean getFeatureDefault(java.lang.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 java.lang.Object getPropertyDefault(java.lang.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, Andy Clark. All rights reserved.