Home
last modified time | relevance | path

Searched refs:emptiable (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c14851 int emptiable; in xmlSchemaGetParticleEmptiable() local
14863 emptiable = (part->minOccurs == 0); in xmlSchemaGetParticleEmptiable()
14865 emptiable = xmlSchemaGetParticleEmptiable(part); in xmlSchemaGetParticleEmptiable()
14867 if (emptiable) in xmlSchemaGetParticleEmptiable()
14871 if (!emptiable) in xmlSchemaGetParticleEmptiable()