Simple API For XML (SAX)

Định nghĩa Simple API For XML (SAX) là gì?

Simple API For XML (SAX)Simple API Đối với XML (SAX). Đây là nghĩa tiếng Việt của thuật ngữ Simple API For XML (SAX) – một thuật ngữ thuộc nhóm Technology Terms – Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

API đơn giản cho XML (SAX) là một giao diện lập trình hoạt động như một truy cập tuần tự giao diện lập trình ứng dụng phân tích cú pháp dựa trên sự kiện (API) cho các tài liệu XML. Nó cung cấp một giao diện trừu tượng, trong đó các thiết lập thông tin XML (infoset) được xử lý theo một trình tự tuyến tính của các cuộc gọi phương pháp. SAX là một tiêu chuẩn de facto đã được phát hành vào ngày 11, dự án năm 1998. đã được bắt đầu bởi các tác giả phân tích cú pháp Tim Bray và David Megginson, và dự thảo ban đầu được phát triển bởi Megginson.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

SAX cung cấp một giao diện trực tuyến trong đó các ứng dụng được infoset từ các tài liệu XML trong một dòng tuyến tính và liên tục. dữ liệu trước đó truy cập không thể đọc lại, vì SAX là một chiều và không cho phép quay lui. SAX tiến hành tìm kiếm các tài liệu lớn để lấy miếng nhỏ của thông tin. Nó cũng cung cấp một cơ chế để hủy bỏ quá trình này khi thông tin vị trí. SAX là một giao diện đơn giản hơn và nhanh hơn so với mô hình đối tượng tài liệu (DOM). Những lợi ích của việc sử dụng SAX như sau:

What is the Simple API For XML (SAX)? – Definition

The Simple API for XML (SAX) is a programming interface that acts as an event-based sequential access parser application programming interface (API) for XML documents. It provides an abstract interface in which the XML information set (infoset) is processed in a linear sequence of method calls. SAX is a de facto standard that was released on May 11, 1998. The project was started by parser authors Tim Bray and David Megginson, and the initial draft was developed by Megginson.

Understanding the Simple API For XML (SAX)

SAX provides a streaming interface in which applications get the infoset from XML documents in a linear and continuous stream. Previously accessed data cannot be reread, because SAX is unidirectional and does not allow for backtracking. SAX conducts a search of large documents to fetch small pieces of information. It also provides a mechanism to abort the process once the information is located. SAX is a simpler and faster interface than the document object model (DOM). The benefits of using SAX are as follows:

Thuật ngữ liên quan

  • Document Object Model (DOM)
  • Application Programming Interface (API)
  • Fast Infoset (FI)
  • Extensible Markup Language (XML)
  • Parser
  • Read-only
  • PHP: Hypertext Preprocessor 4.0 (PHP 4)
  • Humanware
  • Decompile
  • Cydia

Source: ? Technology Dictionary – Filegi – Techtopedia – Techterm