Searched defs:PSVI (Results 1 - 1 of 1) 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;

Completed in 33 milliseconds