Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
input_info Struct Reference

Information about the input data. More...

Data Fields

aint uiType
 The data type as determined from an examination of the first few byters. More...
 
abool bBom
 Specifies whether a BOM is present (required for UTF-16). More...
 
abool bValid
 True if this is a valid XML file, false otherwise. More...
 

Detailed Description

Information about the input data.

Definition at line 112 of file xml.c.

Field Documentation

◆ bBom

abool input_info::bBom

Specifies whether a BOM is present (required for UTF-16).

Definition at line 114 of file xml.c.

◆ bValid

abool input_info::bValid

True if this is a valid XML file, false otherwise.

Definition at line 115 of file xml.c.

◆ uiType

aint input_info::uiType

The data type as determined from an examination of the first few byters.

Definition at line 113 of file xml.c.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.