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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Xerces.java60 Method fConfigSetInput=null; // Xerces2 method field in class:IncrementalSAXSource_Xerces
126 fConfigSetInput=xniStdConfigClass.getMethod("setInputSource",args3);
330 if(fConfigSetInput!=null)
351 fConfigSetInput.invoke(fPullParserConfig,parmsa);
371 if(fConfigSetInput!=null)

Completed in 43 milliseconds