net.sf.saxon.om
Interface NotationSet
- All Known Implementing Classes:
- Configuration
public interface NotationSet
A set of declared notations (in the sense of XSD xs:notation)
Method Summary |
boolean |
isDeclaredNotation(java.lang.String uri,
java.lang.String local)
Ask whether a given notation name is present in this set of notations |
isDeclaredNotation
boolean isDeclaredNotation(java.lang.String uri,
java.lang.String local)
- Ask whether a given notation name is present in this set of notations
- Parameters:
uri
- the URI part of the notation namelocal
- the local part of the notation name
- Returns:
- true if the notation name is present