Searched defs:isNil (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/ior/
H A DIOR.java67 boolean isNil() ; method in interface:IOR
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBElement.java145 * <p>When this property is set to <tt>null</tt>, <tt>isNil()</tt> must by <tt>true</tt>.
146 * Details of constraint are described at {@link #isNil()}.</p>
157 * <p>See {@link #isNil()} for a description of a property constraint when
183 public boolean isNil() { method in class:JAXBElement
190 * @see #isNil()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DField.java176 protected void matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil) { argument
177 super.matched(actualValue, valueType, itemValueType, isNil);
178 if(isNil && (fIdentityConstraint.getCategory() == IdentityConstraint.IC_KEY)) {
H A DXPathMatcher.java167 protected void matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil) { argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORImpl.java248 public boolean isNil() method in class:IORImpl

Completed in 32 milliseconds