5.10.3 Canon¶
-
enum SerdCanonFlag¶
Flags that control canonical node transformation.
-
enumerator SERD_CANON_LAX¶
Tolerate and pass through invalid input.
-
enumerator SERD_CANON_LAX¶
-
typedef uint32_t SerdCanonFlags¶
Bitwise OR of SerdCanonFlag values.
-
SerdSink *serd_canon_new(const SerdWorld *world, const SerdSink *target, SerdCanonFlags flags)¶
Return a new sink that transforms literals to canonical form where possible.
The returned sink acts like
target
in all respects, except literal nodes in statements may be modified from the original.