Skip to content
EntityQ577094· pop 24· linked from 41 articles

可扩展标记语言的简单应用程序接口

Sign in to save

Also known as SAX

parsing algorithm for XML documents

Wikidata facts

Official website
www.saxproject.org
Has use
XML
Show 2 more facts
Stack Exchange tag
stackoverflow.com/tags/sax
readable file format
XML
Sources (2)

via Wikidata · CC0

Article · 中文

Simple API for XML(簡稱SAX)是個循序存取XML的解析器API。SAX提供一個機制從XML文件讀取資料。它是除了文档对象模型(DOM)的另外一種流行選擇。

Abstract from DBpedia / Wikipedia · CC BY-SA