Lines Matching defs:nsSupport
169 nsSupport = new NamespaceSupport();
527 nsSupport.pushContext();
551 if (!nsSupport.declarePrefix(prefix, value)) {
589 atts.addAttribute (nsSupport.XMLNS, prefix,
652 Enumeration prefixes = nsSupport.getDeclaredPrefixes();
658 nsSupport.popContext();
736 nsSupport.reset();
738 nsSupport.setNamespaceDeclUris (true);
771 String parts[] = nsSupport.processName(qName, nameParts,
843 private NamespaceSupport nsSupport;