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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java97 protected NamespaceContextImplementation _nsContext = field in class:StAXDocumentSerializer
129 _nsContext.reset();
266 _nsContext.popContext();
291 prefix = _nsContext.getNonDefaultPrefix(namespaceURI);
509 return _nsContext.getPrefix(uri);
517 _nsContext.pushContext();
520 _nsContext.declarePrefix(prefix, uri);
548 return _nsContext;
613 _currentUri = _nsContext.getNamespaceURI("");
642 _nsContext
[all...]
H A DStAXDocumentParser.java137 protected NamespaceContextImpl _nsContext = new NamespaceContextImpl(); field in class:StAXDocumentParser
778 return _nsContext;

Completed in 27 milliseconds