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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMConfigurationImpl.java182 protected final static short PSVI = 0x1<<7; field in class:DOMConfigurationImpl
634 // REVISIT: turning augmentation of PSVI is not support,
647 features = (short) (state ? features | PSVI : features & ~PSVI);
849 return (features & PSVI) != 0 ? Boolean.TRUE : Boolean.FALSE;
H A DDOMNormalizer.java90 * present in the tree. The PSVI information is not exposed, normalized data (including element
139 // Update PSVI information in the tree
154 /** for setting the PSVI */
206 // check if we need to fill in PSVI
207 fPSVI = ((fConfiguration.features & DOMConfigurationImpl.PSVI) !=0)?true:false;
377 // or rely on the PSVI information.
391 // or rely on the PSVI information.

Completed in 28 milliseconds