Package | Description |
---|---|
com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
com.sun.xml.bind.v2.runtime.output |
Code that writes well-formed XML (
XmlOutput and its implementations}. |
com.sun.xml.bind.v2.runtime.unmarshaller |
Constructor | Description |
---|---|
MarshallerImpl(JAXBContextImpl c,
AssociationMap assoc) |
Constructor | Description |
---|---|
DOMOutput(Node node,
AssociationMap assoc) |
Constructor | Description |
---|---|
UnmarshallerImpl(JAXBContextImpl context,
AssociationMap assoc) |
|
UnmarshallingContext(UnmarshallerImpl _parent,
AssociationMap assoc) |
Creates a new unmarshaller.
|
Copyright © 2018 Oracle Corporation. All rights reserved.