| /* | |
| * Entity flags | |
| * | |
| * XML_ENT_PARSED: The entity was parsed and `children` points to the | |
| * content. | |
| * | |
| * XML_ENT_CHECKED: The entity was checked for loops and amplification. | |
| * expandedSize was set. | |
| * | |
| * XML_ENT_VALIDATED: The entity contains a valid attribute value. | |
| * Only used when entities aren't substituted. | |
| */ | |