< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/S2JJAXBModel.java

Print this page

        

*** 52,62 **** * null if the element name is not a defined global element in the schema. */ Mapping get( QName elementName ); /** ! * Gets all the <tt>ObjectFactory</tt> classes generated by the compilation. * * <p> * This should be used for generating {@link XmlSeeAlso} on the SEI. */ List<JClass> getAllObjectFactories(); --- 52,62 ---- * null if the element name is not a defined global element in the schema. */ Mapping get( QName elementName ); /** ! * Gets all the {@code ObjectFactory} classes generated by the compilation. * * <p> * This should be used for generating {@link XmlSeeAlso} on the SEI. */ List<JClass> getAllObjectFactories();
< prev index next >