Searched refs:defValue (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c521 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7082 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7172 if (defValue) {
7177 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7186 if (defValue) {
7191 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7288 if (defValue != NULL) {
7289 attrDecl->defValue = defValue;
7322 if (defValue !
[all...]

Completed in 162 milliseconds