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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java187 protected final static short INFOSET_FALSE_PARAMS = ENTITIES | DTNORMALIZATION | CDATA; field in class:DOMConfigurationImpl
188 protected final static short INFOSET_MASK = INFOSET_TRUE_PARAMS | INFOSET_FALSE_PARAMS;
605 features = (short) (features & ~INFOSET_FALSE_PARAMS);

Completed in 34 milliseconds