< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/JAXBIntrospector.java

Print this page

        

*** 72,82 **** /** * <p>Get the element value of a JAXB element.</p> * * <p>Convenience method to abstract whether working with either * a javax.xml.bind.JAXBElement instance or an instance of ! * <tt>@XmlRootElement</tt> annotated Java class.</p> * * @param jaxbElement object that #isElement(Object) returns true. * * @return The element value of the <code>jaxbElement</code>. */ --- 72,82 ---- /** * <p>Get the element value of a JAXB element.</p> * * <p>Convenience method to abstract whether working with either * a javax.xml.bind.JAXBElement instance or an instance of ! * {@code @XmlRootElement} annotated Java class.</p> * * @param jaxbElement object that #isElement(Object) returns true. * * @return The element value of the <code>jaxbElement</code>. */
< prev index next >