< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/ContentHandlerNamespacePrefixAdapter.java

Print this page

        

*** 35,51 **** import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.XMLFilterImpl; /** * {@link XMLReader} filter for supporting ! * <tt>http://xml.org/sax/features/namespace-prefixes</tt> feature. * * @author Kohsuke Kawaguchi */ final class ContentHandlerNamespacePrefixAdapter extends XMLFilterImpl { /** ! * True if <tt>http://xml.org/sax/features/namespace-prefixes</tt> is set to true. */ private boolean namespacePrefixes = false; private String[] nsBinding = new String[8]; private int len; --- 35,51 ---- import org.xml.sax.helpers.AttributesImpl; import org.xml.sax.helpers.XMLFilterImpl; /** * {@link XMLReader} filter for supporting ! * {@code http://xml.org/sax/features/namespace-prefixes} feature. * * @author Kohsuke Kawaguchi */ final class ContentHandlerNamespacePrefixAdapter extends XMLFilterImpl { /** ! * True if {@code http://xml.org/sax/features/namespace-prefixes} is set to true. */ private boolean namespacePrefixes = false; private String[] nsBinding = new String[8]; private int len;
< prev index next >