public class TokenMatchOperand extends Characteristic<IntSet>
| Constructor and Description |
|---|
TokenMatchOperand(Expression exp)
Create a token match characteristic
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IntSet |
evaluate(XPathContext context) |
int |
hashCode() |
java.lang.String |
toString() |
getSlotNumber, setSlotNumberpublic TokenMatchOperand(Expression exp)
exp - the expression to be tokenized. In the case
of DITA-OT stylesheets, this expression will generally be "@class".public IntSet evaluate(XPathContext context) throws XPathException
evaluate in class Characteristic<IntSet>XPathExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.