Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.xml.bind.util: Javadoc index of package javax.xml.bind.util.


Package Samples:

javax.xml.bind.util: Clean room implementation of the JAXB standard xml-binding API.  

Classes:

JAXBSource: This utility class allows to use a JAXB object as the source of a stylesheet transformation. If you depend on any methods from javax.xml.transform.sax.SAXSource , you should use this class. In particular, you must not use the methods SAXSource.setInputSource(InputSource) > SAXSource.setInputSource(InputSource) 55 , or SAXSource.setXMLReader(XMLReader) > SAXSource.setXMLReader(XMLReader) 55 on an instance of JAXBSource . If you depend on these methods, a replacement for the JAXBSource can be obtained as follows: javax.xml.bind.JAXBContext context; javax.xml.bind.Element object; java.io.StringWriter ...
ValidationEventCollector: Simple implementation of a javax.xml.bind.ValidationEventHandler , which simply collects all the events, regardless whether they are warnings, errors, or fatal errors. You may retrieve these events at a later time using getEvents() 55 .
JAXBResult: Utility class that allows to catch the result of a stylesheet transformation in a JAXB object.

Home | Contact Us | Privacy Policy | Terms of Service