Searched defs:NamespaceSupport (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DNamespaceSupport.java80 public class NamespaceSupport implements NamespaceContext { class in inherits:NamespaceContext
123 public NamespaceSupport() { method in class:NamespaceSupport
130 public NamespaceSupport(NamespaceContext context) { method in class:NamespaceSupport
210 // NOTE: The SAX2 "NamespaceSupport" helper allows
484 } // class NamespaceSupport
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java26 // NamespaceSupport.java - generic Namespace support for SAX.
30 // $Id: NamespaceSupport.java,v 1.5 2004/11/03 22:53:09 jsuttor Exp $
64 * NamespaceSupport support = new NamespaceSupport();
96 public class NamespaceSupport class
152 public NamespaceSupport () method in class:NamespaceSupport
609 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
649 * @see org.xml.sax.helpers.NamespaceSupport#processName
726 * @see org.xml.sax.helpers.NamespaceSupport#getURI
748 * @see org.xml.sax.helpers.NamespaceSupport#getPrefi
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java26 // NamespaceSupport.java - generic Namespace support for SAX.
63 * NamespaceSupport support = new NamespaceSupport();
96 final class NamespaceSupport class
152 public NamespaceSupport () method in class:NamespaceSupport
609 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
645 * @see org.xml.sax.helpers.NamespaceSupport#processName
720 * @see org.xml.sax.helpers.NamespaceSupport#getURI
742 * @see org.xml.sax.helpers.NamespaceSupport#getPrefix
761 * @see org.xml.sax.helpers.NamespaceSupport#getDeclaredPrefixe
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java58 * NamespaceSupport support = new NamespaceSupport();
85 public class NamespaceSupport { class
116 public NamespaceSupport() { method in class:NamespaceSupport
121 public NamespaceSupport(NamespaceSupport that) { method in class:NamespaceSupport
537 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
572 * @see org.xml.sax.helpers.NamespaceSupport#processName
639 * @see org.xml.sax.helpers.NamespaceSupport#getURI
659 * @see org.xml.sax.helpers.NamespaceSupport#getPrefi
[all...]

Completed in 416 milliseconds