Searched refs:nsSupport (Results 1 – 1 of 1) sorted by relevance
144 nsSupport = new NamespaceSupport(); in setup()500 nsSupport.pushContext(); in startElement()524 if (!nsSupport.declarePrefix(prefix, value)) { in startElement()562 atts.addAttribute (nsSupport.XMLNS, prefix, in startElement()626 Enumeration prefixes = nsSupport.getDeclaredPrefixes(); in endElement()632 nsSupport.popContext(); in endElement()711 nsSupport.reset(); in setupParser()713 nsSupport.setNamespaceDeclUris (true); in setupParser()747 String parts[] = nsSupport.processName(qName, nameParts, in processName()823 private NamespaceSupport nsSupport; field in ParserAdapter