childrenSchemas

abstract fun childrenSchemas(path: AbsolutePath, queriedPath: AbsolutePath, fragment: AbsolutePathFragment): Sequence<SchemaInfo<*>>(source)

Returns a sequence of information on the schemas matching fragment that are children of this schema. The provided path and queried path respectively represent the path of this schema and the path of the queried value within the form manager.

The provided fragment will either be a wildcard or a valid fragment according to isValidChildSchemaFragment. If the function is called with a wildcard fragment, then all children schemas should be yielded. A recursive wildcard fragment will never be passed to this function by the form manager.