is_at_end_of_structured_document_tag property

DocumentBuilder.is_at_end_of_structured_document_tag property

Returns true if the cursor is at the end of a structured document tag.

@property
def is_at_end_of_structured_document_tag(self) -> bool:
    ...

See Also