< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/Document.java

Print this page

        

*** 284,294 **** /** * Replaces dummy prefixes in the value to the real ones * by using {@link #activeNamespaces}. * * @return ! * the buffer passed as the <tt>buf</tt> parameter. */ private StringBuilder fixPrefix(StringBuilder buf) { assert activeNamespaces!=null; int i; --- 284,294 ---- /** * Replaces dummy prefixes in the value to the real ones * by using {@link #activeNamespaces}. * * @return ! * the buffer passed as the {@code buf} parameter. */ private StringBuilder fixPrefix(StringBuilder buf) { assert activeNamespaces!=null; int i;
< prev index next >