Searched refs:fPullParserConfig (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Xerces.java59 Object fPullParserConfig=null; // Xerces2 pull control object field in class:IncrementalSAXSource_Xerces
115 fPullParserConfig=xniStdConfigClass.newInstance();
116 Object[] args2={fPullParserConfig};
351 fConfigSetInput.invoke(fPullParserConfig,parmsa);
373 Object ret=(Boolean)(fConfigParse.invoke(fPullParserConfig,parmsfalse));

Completed in 29 milliseconds