tagion_document_element_by_index

Get a document element from index

extern (C)
int
tagion_document_element_by_index
(
const uint8_t* buf
,
const size_t buf_len
,
const size_t index
,)

Parameters

buf uint8_t*

the document buffer

buf_len size_t

length of the buffer

index size_t

index to

element Document.Element*

the returned element array

Return Value

Type: int

ErrorCode