Searched refs:nsSupport (Results 1 – 2 of 2) sorted by relevance
330 nsSupport = new NamespaceSupport(); in init()367 nsSupport.reset(); in reset()578 nsSupport.pushContext(); in startElement()637 nsSupport.popContext(); in endElement()752 nsSupport.pushContext(); in emptyElement()1060 String defaultNS = nsSupport.getURI(""); in doPrefix()1063 nsSupport.declarePrefix("", ""); in doPrefix()1070 prefix = nsSupport.getPrefix(uri); in doPrefix()1078 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()1085 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()[all …]
836 public void setPrefixes(NamespaceSupport nsSupport) throws TransformerException in setPrefixes() argument838 setPrefixes(nsSupport, false); in setPrefixes()852 public void setPrefixes(NamespaceSupport nsSupport, boolean excludeXSLDecl) in setPrefixes() argument856 Enumeration decls = nsSupport.getDeclaredPrefixes(); in setPrefixes()865 String uri = nsSupport.getURI(prefix); in setPrefixes()