Searched defs:occurrence (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java77 // occurrence counts
80 * This occurrence count limits the element, choice, or sequence in a
95 * This occurrence count limits the element, choice, or sequence in a
98 * occurrence count is also used for mixed content models.
112 * This occurrence count limits the element, choice, or sequence in a
230 * The occurrence count for a child in a children content model or
233 * @param occurrence The occurrence count for the last element
244 public void occurrence(short occurrence, Augmentation argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DBalancedDTDGrammar.java158 * The occurrence count for a child in a children content model or
161 * @param occurrence The occurrence count for the last element
171 public final void occurrence(short occurrence, Augmentations augs) throws XNIException { argument
174 if (occurrence == XMLDTDContentModelHandler.OCCURS_ZERO_OR_ONE) {
177 else if ( occurrence == XMLDTDContentModelHandler.OCCURS_ZERO_OR_MORE) {
180 else if ( occurrence == XMLDTDContentModelHandler.OCCURS_ONE_OR_MORE) {
184 } // occurrence(short)
H A DXMLDTDProcessor.java1577 * The occurrence count for a child in a children content model or
1580 * @param occurrence The occurrence count for the last element
1591 public void occurrence(short occurrence, Augmentations augs) argument
1596 fDTDGrammar.occurrence(occurrence, augs);
1598 fDTDContentModelHandler.occurrence(occurrence, augs);
1601 } // occurrence(shor
[all...]
H A DDTDGrammar.java1094 * The occurrence count for a child in a children content model or
1097 * @param occurrence The occurrence count for the last element
1107 public void occurrence(short occurrence, Augmentations augs) throws XNIException { argument
1110 if (occurrence == XMLDTDContentModelHandler.OCCURS_ZERO_OR_ONE ) {
1112 } else if ( occurrence == XMLDTDContentModelHandler.OCCURS_ZERO_OR_MORE ) {
1114 } else if ( occurrence == XMLDTDContentModelHandler.OCCURS_ONE_OR_MORE) {
1119 } // occurrence(short)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java383 * content model, then the zero or more occurrence count is implied.
404 * associated occurrence counts.
444 * The occurrence count for a child in a children content model.
449 * @param occurrence The occurrence count for the last children element
459 public void childrenOccurrence(short occurrence) throws XNIException { argument
H A DAbstractXMLDocumentParser.java751 * The occurrence count for a child in a children content model or
754 * @param occurrence The occurrence count for the last element
765 public void occurrence(short occurrence, Augmentations augs) throws XNIException { argument
H A DDOMParserImpl.java1352 public void occurrence(short occurrence, Augmentations augmentations) throws XNIException { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java795 * The occurrence count for a child in a children content model or
798 * @param occurrence The occurrence count for the last element
809 public void occurrence(short occurrence, Augmentations augmentations) argument

Completed in 53 milliseconds