Searched refs:inscopeNamespace (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DDocument.java68 private final NamespaceSupport inscopeNamespace = new NamespaceSupport(); field in class:Document
175 inscopeNamespace.popContext();
208 inscopeNamespace.pushContext();
215 String uri = inscopeNamespace.getURI(ns.prefix);
220 inscopeNamespace.declarePrefix(ns.prefix,ns.uri);
229 if(inscopeNamespace.getURI("").equals(ns.uri))
232 String p = inscopeNamespace.getPrefix(ns.uri);
235 while(inscopeNamespace.getURI(p=newPrefix())!=null)
238 inscopeNamespace.declarePrefix(p,ns.uri);
260 else prefix=inscopeNamespace
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java157 public void marshal(Object obj, OutputStream out, NamespaceContext inscopeNamespace) throws JAXBException { argument
158 write(obj, createWriter(out), new StAXPostInitAction(inscopeNamespace,serializer));

Completed in 29 milliseconds