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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h261 const xmlChar *defValue; /* The initial value of the value constraint */ member in struct:_xmlSchemaAttribute
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c529 const xmlChar * defValue; member in struct:_xmlSchemaAttributeUse
7093 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7183 if (defValue) {
7188 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7197 if (defValue) {
7202 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7299 if (defValue != NULL) {
7300 attrDecl->defValue = defValue;
7333 if (defValue !
[all...]

Completed in 77 milliseconds