示例#1
0
 /* (non-Javadoc)
  * @see org.exist.xquery.value.AtomicValue#endsWith(org.exist.xquery.value.AtomicValue)
  */
 public boolean endsWith(Collator collator, AtomicValue other) throws XPathException {
   return Collations.endsWith(collator, value, other.getStringValue());
 }