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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java157 protected final static short SYNCCHILDREN = 0x1<<2; field in class:NodeImpl
1931 return (flags & SYNCCHILDREN) != 0;
1935 flags = (short) (value ? flags | SYNCCHILDREN : flags & ~SYNCCHILDREN);

Completed in 42 milliseconds