Example usage for Java javax.xml.bind Binder fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getJAXBNode(XmlNode xmlNode) Gets the JAXB object associated with the given XML element. |
XmlNode | getXMLNode(Object jaxbObject) Gets the XML element associated with the given JAXB object. |
Object | unmarshal(XmlNode xmlNode) Unmarshal XML infoset view to a JAXB object tree. |
XmlNode | updateXML(Object jaxbObject) Takes an JAXB object and updates its associated XML node and its descendants. |