< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/BindingContext.java

Print this page

        

*** 255,265 **** */ public static final String CANONICALIZATION_SUPPORT = "com.sun.xml.internal.bind.c14n"; /** * The property that you can specify to {@link JAXBContext#newInstance} ! * to allow unmarshaller to honor <tt>xsi:nil</tt> anywhere, even if they are * not specifically allowed by the schema. * * @since 2.1.3 */ public static final String TREAT_EVERYTHING_NILLABLE = "com.sun.xml.internal.bind.treatEverythingNillable"; --- 255,265 ---- */ public static final String CANONICALIZATION_SUPPORT = "com.sun.xml.internal.bind.c14n"; /** * The property that you can specify to {@link JAXBContext#newInstance} ! * to allow unmarshaller to honor {@code xsi:nil} anywhere, even if they are * not specifically allowed by the schema. * * @since 2.1.3 */ public static final String TREAT_EVERYTHING_NILLABLE = "com.sun.xml.internal.bind.treatEverythingNillable";
< prev index next >