pub fn ele_index_to_child_indices(
elements: &[ElementDefinition],
index: usize,
) -> Result<Vec<usize>, String>Expand description
Returns the indices of the direct child elements of the element at index.
ยงErrors
Returns an error if:
indexis out of bounds.- An element does not contain a path.
- The child matching regular expression cannot be compiled.