Interface NotationSet
- All Known Implementing Classes:
Configuration
public interface NotationSet
A set of declared notations (in the sense of XSD xs:notation)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisDeclaredNotation(String uri, String local) Ask whether a given notation name is present in this set of notations
-
Method Details
-
isDeclaredNotation
-