< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/Loader.java

Print this page

        

*** 62,72 **** /** * Called when the loader is activated, which is when a new start tag is seen * and when the parent designated this loader as the child loader. * * <p> ! * The callee may change <tt>state.loader</tt> to designate another {@link Loader} * for the processing. It's the responsibility of the callee to forward the startElement * event in such a case. * * @param ea * info about the start tag. never null. --- 62,72 ---- /** * Called when the loader is activated, which is when a new start tag is seen * and when the parent designated this loader as the child loader. * * <p> ! * The callee may change {@code state.loader} to designate another {@link Loader} * for the processing. It's the responsibility of the callee to forward the startElement * event in such a case. * * @param ea * info about the start tag. never null.
< prev index next >