215216217218219220221
} @Override public boolean operateDurationYMDuration(XSDurationPointable durationp1, IntegerPointable intp2) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
263264265266267268269
} @Override public boolean operateGDayGDay(XSDatePointable datep1, XSDatePointable datep2, DynamicContext dCtx) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
269270271272273274275
} @Override public boolean operateGMonthDayGMonthDay(XSDatePointable datep1, XSDatePointable datep2, DynamicContext dCtx) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
275276277278279280281
} @Override public boolean operateGMonthGMonth(XSDatePointable datep1, XSDatePointable datep2, DynamicContext dCtx) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
281282283284285286287
} @Override public boolean operateGYearGYear(XSDatePointable datep1, XSDatePointable datep2, DynamicContext dCtx) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
287288289290291292293
} @Override public boolean operateGYearMonthGYearMonth(XSDatePointable datep1, XSDatePointable datep2, DynamicContext dCtx) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
293294295296297298299
} @Override public boolean operateHexBinaryHexBinary(XSBinaryPointable binaryp1, XSBinaryPointable binaryp2) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
337338339340341342343
} @Override public boolean operateNotationNotation(UTF8StringPointable stringp1, UTF8StringPointable stringp2) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
343344345346347348349
} @Override public boolean operateQNameQName(XSQNamePointable qnamep1, XSQNamePointable qnamep2) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }
371372373374375376377
} @Override public boolean operateYMDurationDTDuration(IntegerPointable intp1, LongPointable longp2) throws SystemException, IOException { throw new SystemException(ErrorCode.XPTY0004); }