Searched defs:startGroup (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java154 * @see #startGroup
167 * @see #startGroup
185 public void startGroup(Augmentations augmentations) throws XNIException; method in interface:XMLDTDContentModelHandler
190 * following the content model's <code>startGroup()</code>.
197 * @see #startGroup
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DBalancedDTDGrammar.java101 public final void startGroup(Augmentations augs) throws XNIException { method in class:BalancedDTDGrammar
105 } // startGroup()
110 * following the content model's <code>startGroup()</code>.
117 * @see #startGroup
H A DXMLDTDProcessor.java1442 * @see #startGroup
1461 * @see #startGroup
1485 public void startGroup(Augmentations augs) throws XNIException { method in class:XMLDTDProcessor
1490 fDTDGrammar.startGroup(augs);
1492 fDTDContentModelHandler.startGroup(augs);
1495 } // startGroup()
1500 * following the content model's <code>startGroup()</code>.
1507 * @see #startGroup
H A DDTDGrammar.java1014 public void startGroup(Augmentations augs) throws XNIException { method in class:DTDGrammar
1018 } // startGroup()
1023 * following the content model's <code>startGroup()</code>.
1030 * @see #startGroup
1150 * @see #startGroup
1162 * @see #startGroup
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java713 * @see #startGroup
727 * @see #startGroup
746 public void startGroup(Augmentations augmentations) throws XNIException { method in class:DefaultXMLDocumentHandler
752 * following the content model's <code>startGroup()</code>.
759 * @see #startGroup
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java671 * @see #startGroup
685 * @see #startGroup
704 public void startGroup(Augmentations augs) throws XNIException { method in class:AbstractXMLDocumentParser
710 * following the content model's <code>startGroup()</code>.
717 * @see #startGroup
H A DDOMParserImpl.java1336 public void startGroup(Augmentations augmentations) throws XNIException { method in class:DOMParserImpl.AbortHandler

Completed in 60 milliseconds