5859606162636465
} @Factory public static IsNodeWithChildren hasChild( Name name, int sameNameSiblingIndex ) { Path.Segment segment = new BasicPathSegment(name, sameNameSiblingIndex); return new IsNodeWithChildren(IsCollectionContaining.hasItem(segment)); }