Java javax.xml.bind Binder fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind Binder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind Binder.

The text is from its open source code.

Method

ObjectgetJAXBNode(XmlNode xmlNode)
Gets the JAXB object associated with the given XML element.
XmlNodegetXMLNode(Object jaxbObject)
Gets the XML element associated with the given JAXB object.
Objectunmarshal(XmlNode xmlNode)
Unmarshal XML infoset view to a JAXB object tree.
XmlNodeupdateXML(Object jaxbObject)
Takes an JAXB object and updates its associated XML node and its descendants.