159160161162163164165
case ANCESTOR_OR_SELF: return "ancestor-or-self"; } throw new JaxenRuntimeException("Illegal Axis Number"); }
322323324325326327328329330331332
} } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } return ""; }
131132133134135136137138
return false; } } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } }
} throw new NoSuchElementException(); } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } }
118119120121122123124125
} throw new NoSuchElementException("Exhausted ancestor-or-self axis"); } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } }
148149150151152153154155
} return true; } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } }
170171172173174175176177
} return reversed.listIterator(reversed.size()); } catch (UnsupportedAxisException e) { throw new JaxenRuntimeException(e); } }