Home
last modified time | relevance | path

Searched refs:getMinOccurs (Results 1 – 25 of 108) sorted by relevance

12345

/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DSchemaValidator.cpp1142 if (pNode->getMinOccurs() == 1 && pNode->getMaxOccurs() == 1 in getNonUnaryGroup()
1352 int min = specNode->getMinOccurs(); in checkForPointlessOccurrences()
1380 int min = specNode->getMinOccurs(); in gatherChildren()
1415 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNSCompat()
1514 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNameAndTypeOK()
1719 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkRecurseAsIfGroup()
1787 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkRecurse()
1852 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNSSubset()
1952 !isOccurrenceRangeOK(derivedMin, derivedMax, baseSpecNode->getMinOccurs(), in checkNSRecurseCheckCardinality()
2056 int derivedMin = derivedSpecNode->getMinOccurs() * (unsigned int)derivedCount; in checkMapAndSum()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DSchemaValidator.cpp1142 if (pNode->getMinOccurs() == 1 && pNode->getMaxOccurs() == 1 in getNonUnaryGroup()
1352 int min = specNode->getMinOccurs(); in checkForPointlessOccurrences()
1380 int min = specNode->getMinOccurs(); in gatherChildren()
1415 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNSCompat()
1514 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNameAndTypeOK()
1719 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkRecurseAsIfGroup()
1787 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkRecurse()
1852 baseSpecNode->getMinOccurs(), baseSpecNode->getMaxOccurs())) { in checkNSSubset()
1952 !isOccurrenceRangeOK(derivedMin, derivedMax, baseSpecNode->getMinOccurs(), in checkNSRecurseCheckCardinality()
2056 int derivedMin = derivedSpecNode->getMinOccurs() * (unsigned int)derivedCount; in checkMapAndSum()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercSchemaValidator.cpp1281 if (pNode->getMinOccurs() == 1 && pNode->getMaxOccurs() == 1 in getNonUnaryGroup()
1491 int min = specNode->getMinOccurs(); in checkForPointlessOccurrences()
1519 int min = specNode->getMinOccurs(); in gatherChildren()
2096 !isOccurrenceRangeOK(derivedMin, derivedMax, baseSpecNode->getMinOccurs(), in checkNSRecurseCheckCardinality()
2200 int derivedMin = derivedSpecNode->getMinOccurs() * (unsigned int)derivedCount; in checkMapAndSum()
2207 if (!isOccurrenceRangeOK(derivedMin, derivedMax, baseSpecNode->getMinOccurs(), in checkMapAndSum()
3507 if (pNode->getMinOccurs() == 1 && pNode->getMaxOccurs() == 1
3726 int min = specNode->getMinOccurs();
3756 int min = specNode->getMinOccurs();
4325 !isOccurrenceRangeOK(derivedMin, derivedMax, baseSpecNode->getMinOccurs(),
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/src/de/netallied/xsd2cppsax/
H A DNestedModelGroupChecker.java73 … outFile.println(indent + "inner min/max Occ: " + particle.getMinOccurs() + ", " in checkModelGroup()
78 … if (nestedChildParticle.getMinOccurs() != 1 && nestedChildParticle.getMaxOccurs() != 1) in checkModelGroup()
80 + nestedChildParticle.getMinOccurs() + ", " in checkModelGroup()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/psvi/
H A DXSParticle.hpp106 XMLSize_t getMinOccurs() const;
176 inline XMLSize_t XSParticle::getMinOccurs() const in getMinOccurs() function in XSParticle
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/psvi/
H A DXSParticle.hpp106 XMLSize_t getMinOccurs() const;
176 inline XMLSize_t XSParticle::getMinOccurs() const in getMinOccurs() function in XSParticle
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/common/
H A DCMRepeatingLeaf.hpp63 int getMinOccurs() const;
119 inline int CMRepeatingLeaf::getMinOccurs() const in getMinOccurs() function in CMRepeatingLeaf
H A DAllContentModel.cpp72 && curNode->getMinOccurs() == 0) { in AllContentModel()
361 for(i=0;i<curNode->getMinOccurs();i++) in buildChildList()
368 for(i=0;i<(curNode->getMaxOccurs() - curNode->getMinOccurs());i++) in buildChildList()
H A DContentSpecNode.cpp170 if(curNode->getMinOccurs()==0 && (curNode->getMaxOccurs()==-1 || curNode->getMaxOccurs()>1)) in formatNode()
172 else if(curNode->getMinOccurs()==0 && curNode->getMaxOccurs()==1) in formatNode()
174 … else if(curNode->getMinOccurs()==1 && (curNode->getMaxOccurs()==-1 || curNode->getMaxOccurs()>1)) in formatNode()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/common/
H A DCMRepeatingLeaf.hpp63 int getMinOccurs() const;
119 inline int CMRepeatingLeaf::getMinOccurs() const in getMinOccurs() function in CMRepeatingLeaf
H A DContentSpecNode.cpp106 … if(curNode->getMinOccurs()==0 && (curNode->getMaxOccurs()==-1 || curNode->getMaxOccurs()>1)) in formatNode()
108 else if(curNode->getMinOccurs()==0 && curNode->getMaxOccurs()==1) in formatNode()
110 … else if(curNode->getMinOccurs()==1 && (curNode->getMaxOccurs()==-1 || curNode->getMaxOccurs()>1)) in formatNode()
H A DAllContentModel.cpp72 && curNode->getMinOccurs() == 0) { in AllContentModel()
361 for(i=0;i<curNode->getMinOccurs();i++) in buildChildList()
368 for(i=0;i<(curNode->getMaxOccurs() - curNode->getMinOccurs());i++) in buildChildList()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/
H A DXMLInsertionComputer.java106 …r(compositor) == false) || (compositor.getChildCount() != 1) || (compositor.getMinOccurs() != 1)) { in isSingleZeroElementEdgeCase()
120 if (schemaElement.getMinOccurs() == 0) { in isSingleZeroElementEdgeCase()
193 for (int j = 0; j < schemaElement.getMinOccurs(); j++) { in computeInsertionElement()
318 for (int k = 0; k < compositor.getMinOccurs(); k++) { in computeInsertionSequence()
370 …if (onChild && ((ISchemaElement) obj).getMinOccurs() == 0 && ((ISchemaElement) obj).getMaxOccurs()… in hasOptionalChildren()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Ddtd2schema.cpp254 && parent->getMinOccurs() == content->getMinOccurs() in convertContent()
270 && parent->getMinOccurs() == content->getMinOccurs() in convertContent()
294 && parent->getMinOccurs() == content->getMinOccurs() in convertContent()
357 int count = content->getMinOccurs(); in convertOccurrence()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/xsd2cppsax/src/de/netallied/xsd2cppsax/statemachine/
H A DStateMachineBuilder.java177 if (particle.getMinOccurs() == 0) { in handleModelGroup()
212 if (particle.getMinOccurs() == 0) { in handleModelGroup()
246 if (modelGroupParticle.getMinOccurs() == 0) { in handleModelGroup()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/
H A DSchemaElementReference.java139 public int getMinOccurs() { in getMinOccurs() method in SchemaElementReference
253 if (getMinOccurs() != 1 || getMaxOccurs() != 1) { in write()
254 String min = "" + getMinOccurs(); //$NON-NLS-1$ in write()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ischema/
H A DISchemaRepeatable.java42 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/
H A DXSParticle.java31 public int getMinOccurs(); in getMinOccurs() method

12345