Tries to cast the specified step into an axis step. @param index index @return axis step, or null)
(final int index)
| 245 | * @return axis step, or {@code null}) |
| 246 | */ |
| 247 | private Step axisStep(final int index) { |
| 248 | return steps[index] instanceof final Step step ? step : null; |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * Checks if this path exclusively contains self, child and attribute steps. |
no outgoing calls
no test coverage detected