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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredAttrImpl.java126 isSpecified((extra & SPECIFIED) != 0);
H A DDeferredAttrNSImpl.java109 isSpecified((extra & SPECIFIED) != 0);
H A DNodeImpl.java160 protected final static short SPECIFIED = 0x1<<5; field in class:NodeImpl
1955 return (flags & SPECIFIED) != 0;
1959 flags = (short) (value ? flags | SPECIFIED : flags & ~SPECIFIED);
H A DDeferredDocumentImpl.java526 int extra = specified ? SPECIFIED : 0;

Completed in 2113 milliseconds