jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/IncrementalSAXSource_Xerces.java
changeset 31497 4a6b2e733c0d
parent 25868 686eef1e7a79
child 44797 8b3b3b911b8a
equal deleted inserted replaced
31302:f66c18528472 31497:4a6b2e733c0d
    85   public IncrementalSAXSource_Xerces()
    85   public IncrementalSAXSource_Xerces()
    86                 throws NoSuchMethodException
    86                 throws NoSuchMethodException
    87         {
    87         {
    88                 try
    88                 try
    89                 {
    89                 {
       
    90                         // This should be cleaned up and the use of reflection
       
    91                         // removed - see JDK-8129880
       
    92 
    90                         // Xerces-2 incremental parsing support (as of Beta 3)
    93                         // Xerces-2 incremental parsing support (as of Beta 3)
    91                         // ContentHandlers still get set on fIncrementalParser (to get
    94                         // ContentHandlers still get set on fIncrementalParser (to get
    92                         // conversion from XNI events to SAX events), but
    95                         // conversion from XNI events to SAX events), but
    93                         // _control_ for incremental parsing must be exercised via the config.
    96                         // _control_ for incremental parsing must be exercised via the config.
    94                         //
    97                         //