Home | History | Annotate | Download | only in helpers

Lines Matching defs:NamespaceSupport

0 // NamespaceSupport.java - generic Namespace support for SAX.
5 // $Id: NamespaceSupport.java,v 1.15 2004/04/26 17:34:35 dmegginson Exp $
39 * NamespaceSupport support = new NamespaceSupport();
72 public class NamespaceSupport
129 public NamespaceSupport ()
601 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
640 * @see org.xml.sax.helpers.NamespaceSupport#processName
720 * @see org.xml.sax.helpers.NamespaceSupport#getURI
742 * @see org.xml.sax.helpers.NamespaceSupport#getPrefix
758 * @see org.xml.sax.helpers.NamespaceSupport#getDeclaredPrefixes
772 * @see org.xml.sax.helpers.NamespaceSupport#getPrefixes
841 // end of NamespaceSupport.java