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