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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java255 public void endGroup(Augmentations augmentations) throws XNIException; method in interface:XMLDTDContentModelHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DBalancedDTDGrammar.java193 public final void endGroup(Augmentations augs) throws XNIException { method in class:BalancedDTDGrammar
198 } // endGroup()
H A DXMLDTDProcessor.java1611 public void endGroup(Augmentations augs) throws XNIException { method in class:XMLDTDProcessor
1615 fDTDGrammar.endGroup(augs);
1617 fDTDContentModelHandler.endGroup(augs);
1620 } // endGroup()
H A DDTDGrammar.java1128 public void endGroup(Augmentations augs) throws XNIException { method in class:DTDGrammar
1138 } // endGroup()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java821 public void endGroup(Augmentations augmentations) throws XNIException { method in class:DefaultXMLDocumentHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java776 public void endGroup(Augmentations augs) throws XNIException { method in class:AbstractXMLDocumentParser
777 } // endGroup(Augmentations)
H A DDOMParserImpl.java1356 public void endGroup(Augmentations augmentations) throws XNIException { method in class:DOMParserImpl.AbortHandler

Completed in 52 milliseconds