|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ElementDecl
represents a constraint for one XML element. One can obtain an IslandVerifier that validates this constraint by calling createNewVerifier method of IslandSchema who exported this object. This interface also provides feature/property mechanism to encourage communications between two different implementations.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
boolean getFeature(String featureName)
throws SAXNotRecognizedException,
SAXNotSupportedException
SAXNotRecognizedException
SAXNotSupportedException
Object getProperty(String propertyName)
throws SAXNotRecognizedException,
SAXNotSupportedException
SAXNotRecognizedException
SAXNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||