7 रिपॉजिटरी
Navigating document hierarchies using familial node relationships.
Distinct from Document Tree Traversers: Focuses on general tree walking via parent/child/sibling pointers rather than visual rendering instructions
Explore 7 awesome GitHub repositories matching software engineering & architecture · Structural Navigation. Refine with filters or upvote what's useful.
Cheerio is an HTML and XML parsing library and server-side DOM implementation. It functions as a markup manipulation tool and CSS selector engine, allowing users to parse, query, and modify HTML or XML documents in non-browser environments. The project provides a DOM-like tree representation of markup strings, enabling programmatic addition, removal, and modification of elements and attributes. It features a prototype-based plugin system that allows the extension of core functionality by adding custom methods to the document prototype. The library covers a broad range of capabilities includi
Enables navigation of the document hierarchy through recursive traversal of parent, child, and sibling node pointers.
Lexical is a modular rich text editor framework used to build extensible web-based editors. It functions as a state-driven content editor that maintains a serializable, immutable snapshot of document content to ensure predictable updates and accessibility compliance. The framework is distinguished by its plugin-based architecture and customizable node framework, which allow developers to extend editor behavior through specialized content nodes and encapsulated runtime logic. It also includes a collaborative editing engine capable of synchronizing document state across multiple clients in real
Allows traversing the document node hierarchy using familial relationships to locate specific content.
This project is a vanilla JavaScript reference guide and implementation collection designed to replace legacy libraries with native browser patterns. It provides a set of native JavaScript patterns for selecting, modifying, and navigating HTML elements, alongside a web API implementation guide for handling events and styles. The project serves as a reference for implementing asynchronous JavaScript patterns using native promises and fetch for remote data and background tasks. It also includes a client-side utility collection for performing data transformations, type validation, and element me
Provides mechanisms for navigating the document hierarchy using familial node relationships.
This project provides an integration of Tree-sitter into the Neovim editor to enable structural code analysis. It serves as a framework for structural code navigation, context-aware syntax highlighting, and the management of language-specific parsers. The system distinguishes itself through a multi-language injection handler that identifies and parses embedded languages within a single document. It uses a dedicated parser manager to install, update, and remove grammar definitions and their associated query files. The tool covers several capability areas including incremental text selection,
Implements incremental selection, logical code folding and automated indentation based on concrete syntax trees.
AngleSharp एक HTML5 DOM पार्सर और वेब स्क्रैपिंग फ़्रेमवर्क है जिसे HTML5, SVG और MathML दस्तावेज़ों को W3C अनुपालन दस्तावेज़ ऑब्जेक्ट मॉडल में पार्स करने के लिए डिज़ाइन किया गया है। यह एक प्रोग्रामेटिक HTML जनरेटर और DOM के भीतर विशिष्ट तत्वों को खोजने और क्वेरी करने के लिए एक CSS सेलेक्टर इंजन के रूप में कार्य करता है। यह प्रोजेक्ट वेब इंटरैक्शन को ऑटोमेट करने, URLs नेविगेट करने और फ़ॉर्म सबमिट करने के लिए ब्राउज़र एनवायरनमेंट को सिम्युलेट करने के लिए टूल प्रदान करता है। इसमें अनावश्यक वर्णों को हटाकर वेब एसेट्स के फ़ाइल आकार को कम करने के लिए एक समर्पित HTML और CSS मिनीफ़ायर शामिल है। लाइब्रेरी HTML DOM हेरफेर और वेबसाइटों से संरचित डेटा निकालने का समर्थन करती है। यह एक पार्सिंग पाइपलाइन के माध्यम से मार्कअप के परिवर्तन को संभालती है जिसमें स्पेक-संचालित त्रुटि रिकवरी और पदानुक्रमित दस्तावेज़ निर्माण शामिल है।
Implements structural navigation of document hierarchies using parent, child, and sibling node relationships.
Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes
Delivers built-in tree navigation methods for moving between parent, child, and sibling nodes.
Sprint एक हल्का DOM हेरफेर और इवेंट हैंडलिंग लाइब्रेरी है। यह ब्राउज़र डॉक्यूमेंट ऑब्जेक्ट मॉडल के भीतर तत्वों को चुनने, संशोधित करने और पार करने के लिए उपयोगिताओं का एक न्यूनतम सेट प्रदान करती है। यह लाइब्रेरी CSS-जैसे पैटर्न और स्थितिगत सूचकांकों का उपयोग करके विशिष्ट डॉक्यूमेंट नोड्स को अलग करने के लिए एक चयनकर्ता इंजन का उपयोग करती है। यह तत्व विशेषताओं, शैलियों और कंटेंट को अपडेट करने के लिए एक सुसंगत API प्रदान करने के लिए कच्चे DOM तत्वों को एक रैपर ऑब्जेक्ट के भीतर एनकैप्सुलेट करती है। यह टूलसेट इंटरैक्शन हैंडलर्स को संलग्न और अलग करने के लिए ब्राउज़र इवेंट प्रबंधन, साथ ही पैरेंट, चाइल्ड और सिबलिंग संबंधों के माध्यम से संबंधित नोड्स का पता लगाने के लिए डॉक्यूमेंट ट्री नेविगेशन को कवर करता है।
Implements structural navigation of document hierarchies using familial node relationships like parents and siblings.