< prev index next >

src/java.xml/share/classes/javax/xml/namespace/NamespaceContext.java

Print this page

        

*** 65,75 **** * </pre> * * <p>A prefix can only be bound to a <strong>single</strong> * Namespace URI in the current scope. * ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @see javax.xml.XMLConstants * javax.xml.XMLConstants for declarations of common XML values * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName"> * XML Schema Part2: Datatypes</a> * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames"> --- 65,75 ---- * </pre> * * <p>A prefix can only be bound to a <strong>single</strong> * Namespace URI in the current scope. * ! * @author Jeff Suttor * @see javax.xml.XMLConstants * javax.xml.XMLConstants for declarations of common XML values * @see <a href="http://www.w3.org/TR/xmlschema-2/#QName"> * XML Schema Part2: Datatypes</a> * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">
< prev index next >