Searched defs:startConditional (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java190 public void startConditional(short type, Augmentations augmentations) method in class:UnparsedEntityHandler
193 fDTDHandler.startConditional(type, augmentations);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java321 public void startConditional(short type, Augmentations augmentations) throws XNIException { method in class:DTDParser
322 } // startConditional
H A DAbstractXMLDocumentParser.java608 public void startConditional(short type, Augmentations augs) throws XNIException { method in class:AbstractXMLDocumentParser
609 } // startConditional(short)
H A DAbstractDOMParser.java1858 public void startConditional (short type, Augmentations augs) throws XNIException { method in class:AbstractDOMParser
1859 } // startConditional(short)
H A DDOMParserImpl.java1300 public void startConditional(short type, Augmentations augmentations) throws XNIException { method in class:DOMParserImpl.AbortHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDHandler.java337 public void startConditional(short type, Augmentations augmentations) method in interface:XMLDTDHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java645 public void startConditional(short type, Augmentations augmentations) method in class:DefaultXMLDocumentHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java1262 public void startConditional(short type, Augmentations augs) throws XNIException { method in class:XMLDTDProcessor
1269 fDTDGrammar.startConditional(type, augs);
1271 fDTDHandler.startConditional(type, augs);
1274 } // startConditional(short)
H A DDTDGrammar.java944 public void startConditional(short type, Augmentations augs) method in class:DTDGrammar
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1378 * @see com.sun.org.apache.xerces.internal.xni.XMLDTDHandler#startConditional(short, com.sun.org.apache.xerces.internal.xni.Augmentations)
1381 public void startConditional(short type, Augmentations augmentations) method in class:XIncludeHandler
1384 fDTDHandler.startConditional(type, augmentations);

Completed in 71 milliseconds