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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java141 protected boolean fNotifyCharRefs = false; field in class:XMLScanner
266 fNotifyCharRefs = componentManager.getFeature(NOTIFY_CHAR_REFS, false);
313 fNotifyCharRefs = value;
326 return fNotifyCharRefs;
341 fNotifyCharRefs = false;
358 fNotifyCharRefs = false;
1295 if (fNotifyCharRefs && value != -1) {

Completed in 32 milliseconds