public interface CharacterClass extends IntPredicate
Modifier and Type | Method and Description |
---|---|
IntSet |
getIntSet()
Get the set of matching characters if available.
|
boolean |
isDisjoint(CharacterClass other)
Ask whether this character class is known to be disjoint with another character class
(that is, the two classes have no characters in common).
|
matches
boolean isDisjoint(CharacterClass other)
other
- the other character classIntSet getIntSet()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.