public interface ElementDecl
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(java.lang.String featureName)
looks up the value of a feature
this method works like getFeature method of SAX.
|
java.lang.String |
getName()
gets name of this rule.
|
java.lang.Object |
getProperty(java.lang.String propertyName)
looks up the value of a property
this method works like getProperty method of SAX.
|
boolean getFeature(java.lang.String featureName) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
java.lang.String getName()
java.lang.Object getProperty(java.lang.String propertyName) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException