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