A11yParse


Object Hierarchy:

Object hierarchy for A11yParse

Description:

public class A11yParse : Object

One AT-SPI / Win32Atspi tree walk that builds a11y Content / References markdown.

Create once per document with root / route. walk registers nodes via walk_node, then emit lays out Content by window y (same row → same line, left-to-right by x).

Platform Accessible comes from using AndroidAtspi / Win32Atspi / Atspi.

Example

var parse = new OLLMwebkit.A11yParse(walk_root, walk_route);
parse.walk();
var md = parse.content;


Namespace: OLLMwebkit
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object