Reformatting page. Please Wait... done Introduction to Library Functions jaxb(3) NAME jaxb - Java Architecture for XML Binding is a standard extension to the Java platform. SYNOPSIS Add all jaxb jars to the classpath DESCRIPTION JAXB is an acronym derived from Java Architecture for XML Binding. It constitutes a convenient framework for process- ing XML documents, providing significant benefits as com- pared to previously available methods such as the one fol- lowing the Document Object Model (DOM).In the DOM approach, the parser creates a tree of objects that represents the content and organization of data in the document. The appli- cation can then navigate through the tree in memory to access the data it needs. DOM data, however, is contained in objects of a single type, linked according to the XML document's structure, with individual node objects contain- ing an element, an attribute, a CDATA section, etc. Values are invariably provided as strings.JAXB provides a con- venient way to process XML content using Java objects by binding its XML schema to Java representation. For more details about Java Architecture for XML Binding(JAXB), please see https://jaxb.dev.java.net web page. FILES By default, all jaxb jars are installed into /usr/share/lib/java directory. HTML-based documentation is located in jaxb's doc directory, e.g. /usr/share/doc/jaxb. ENVIRONMENT JAVA_HOME variable must point to the directory where Java is installed. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: SunOS 5.10 Last change: 1 Introduction to Library Functions jaxb(3) _______________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE| |_______________________________________ | Availability | SUNWJaxb | |_______________________________________ | Interface Stability| Uncommitted | |____________________|_________________| NOTES Source for jaxb is available on http://opensolaris.org. SunOS 5.10 Last change: 2