|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.sax.AbstractXMLReader.Feature
SAX parser feature.
Feature support and feature values are true by default.
Constructor Summary | |
protected |
AbstractXMLReader.Feature()
Default constructor takes default true value. |
protected |
AbstractXMLReader.Feature(boolean value)
Constructor with initial value. |
Method Summary | |
boolean |
getValue()
Get the feature value. |
protected void |
setSupported(boolean supported)
Control the accessibility of the feature. |
void |
setValue(boolean value)
Set the feature value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AbstractXMLReader.Feature(boolean value)
value
- The value of this feature.protected AbstractXMLReader.Feature()
Method Detail |
public final void setValue(boolean value) throws org.xml.sax.SAXNotSupportedException
value
- The value of this feature.
org.xml.sax.SAXNotSupportedException
- If the
feature is not supported; it is not
mutable.public final boolean getValue() throws org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotSupportedException
- If the
feature value is not supported; it is
not accessible.protected final void setSupported(boolean supported)
supported
- Whether this feature is
supported.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |