Class | Description |
---|---|
com.sun.xml.bind.api.BridgeContext |
The caller no longer needs to use this, as
Bridge has
methods that can work without BridgeContext . |
com.sun.xml.bind.DatatypeConverterImpl |
in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead
or let us know why you can't
|
Annotation Type | Description |
---|---|
com.sun.xml.bind.annotation.XmlIsSet |
this hasn't been implemented in the RI, and this hasn't been speced yet.
I believe Joe asked for this feature. I'd like to drop this.
|
Field | Description |
---|---|
com.sun.xml.bind.marshaller.Messages.ERR_DANGLING_IDREF |
only used from 1.0
|
com.sun.xml.bind.marshaller.Messages.ERR_MISSING_OBJECT |
use ERR_MISSING_OBJECT2
|
com.sun.xml.bind.marshaller.Messages.ERR_NOT_IDENTIFIABLE |
only used from 1.0
|
com.sun.xml.bind.DatatypeConverterImpl.theInstance | |
com.sun.xml.bind.v2.WellKnownNamespace.XML_NAMESPACE_URI |
Use javax.xml.XMLConstants.XML_NS_URI instead;
|
com.sun.xml.bind.v2.WellKnownNamespace.XML_SCHEMA |
Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;
|
com.sun.xml.bind.v2.WellKnownNamespace.XML_SCHEMA_INSTANCE |
Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI instead
|
Constructor | Description |
---|---|
com.sun.xml.bind.marshaller.SAX2DOMEx() |
Copyright © 2018 Oracle Corporation. All rights reserved.