Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 698 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 698 Bytes

Module xqt-platform-xml

Common XML lexer and parser types.

The following specifications are supported:

  1. Extensible Markup Language (XML) 1.0 (Fifth Edition)
  2. Namespaces in XML 1.0 (Third Edition)

Package xqt.platform.xml

Defines W3C process maturity level annotations, per the W3C Process Document.

Package xqt.platform.xml.lexer

Defines XML grammar character classes.

Package xqt.platform.xml.lexer.tokens

Defines a token type interface hierarchy.

Package xqt.platform.xml.model

Defines an XML character type and codepoint reader.