Searched refs:nsSupport (Results 1 – 1 of 1) sorted by relevance
140 nsSupport = new NamespaceSupport(); in setup()496 nsSupport.pushContext(); in startElement()520 if (!nsSupport.declarePrefix(prefix, value)) { in startElement()558 atts.addAttribute (nsSupport.XMLNS, prefix, in startElement()622 Enumeration prefixes = nsSupport.getDeclaredPrefixes(); in endElement()628 nsSupport.popContext(); in endElement()706 nsSupport.reset(); in setupParser()708 nsSupport.setNamespaceDeclUris (true); in setupParser()741 String parts[] = nsSupport.processName(qName, nameParts, in processName()813 private NamespaceSupport nsSupport; field in ParserAdapter