Interface MatchingRuleRegistry
-
- All Known Implementing Classes:
MatchingRuleRegistryImpl
public interface MatchingRuleRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> @NotNull MatchingRule<T>
getMatchingRule(QName ruleName, QName typeQName)
-
-
-
Method Detail
-
getMatchingRule
@NotNull <T> @NotNull MatchingRule<T> getMatchingRule(QName ruleName, QName typeQName) throws SchemaException
- Throws:
SchemaException
-
-