Home
last modified time | relevance | path

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

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DTraverseSchema.cpp2505 short wsFacet = dv->getWSFacet(); in traverseAttributeDecl() local
2511 if(wsFacet == DatatypeValidator::REPLACE) in traverseAttributeDecl()
2513 else if(wsFacet == DatatypeValidator::COLLAPSE) in traverseAttributeDecl()
8895 short wsFacet = validator->getWSFacet(); in checkElemDeclValueConstraint() local
8901 if(wsFacet == DatatypeValidator::REPLACE) in checkElemDeclValueConstraint()
8903 else if(wsFacet == DatatypeValidator::COLLAPSE) in checkElemDeclValueConstraint()
9443 short wsFacet = wsFacets[attType]; in getElementAttValue() local
9444 if((wsFacet == DatatypeValidator::REPLACE && !XMLString::isWSReplaced(attValue)) || in getElementAttValue()
9445 (wsFacet == DatatypeValidator::COLLAPSE && !XMLString::isWSCollapsed(attValue))) in getElementAttValue()
9449 if(wsFacet == DatatypeValidator::REPLACE) in getElementAttValue()
[all …]
H A DSchemaValidator.cpp989 short wsFacet = dV->getWSFacet(); in normalizeWhiteSpace() local
997 if (wsFacet == DatatypeValidator::REPLACE) in normalizeWhiteSpace()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DTraverseSchema.cpp2502 short wsFacet = dv->getWSFacet(); in traverseAttributeDecl() local
2508 if(wsFacet == DatatypeValidator::REPLACE) in traverseAttributeDecl()
2510 else if(wsFacet == DatatypeValidator::COLLAPSE) in traverseAttributeDecl()
8888 short wsFacet = validator->getWSFacet(); in checkElemDeclValueConstraint() local
8894 if(wsFacet == DatatypeValidator::REPLACE) in checkElemDeclValueConstraint()
8896 else if(wsFacet == DatatypeValidator::COLLAPSE) in checkElemDeclValueConstraint()
9436 short wsFacet = wsFacets[attType]; in getElementAttValue() local
9437 if((wsFacet == DatatypeValidator::REPLACE && !XMLString::isWSReplaced(attValue)) || in getElementAttValue()
9438 (wsFacet == DatatypeValidator::COLLAPSE && !XMLString::isWSCollapsed(attValue))) in getElementAttValue()
9442 if(wsFacet == DatatypeValidator::REPLACE) in getElementAttValue()
[all …]
H A DSchemaValidator.cpp989 short wsFacet = dV->getWSFacet(); in normalizeWhiteSpace() local
997 if (wsFacet == DatatypeValidator::REPLACE) in normalizeWhiteSpace()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercSchemaValidator.cpp1120 short wsFacet = dV->getWSFacet(); in normalizeWhiteSpace() local
1135 if (wsFacet == DatatypeValidator::REPLACE) in normalizeWhiteSpace()
3327 short wsFacet = dV->getWSFacet();
3350 if ((wsFacet==DatatypeValidator::COLLAPSE) && fTrailing)
3360 if (wsFacet == DatatypeValidator::REPLACE)