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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java278 fNamespaceContext.userContext = null;
389 fNamespaceContext.userContext = null;
484 fNamespaceContext.userContext = namespaceContext;
1689 if (fNamespaceContext.userContext != null) {
1690 String tmpURI = fNamespaceContext.userContext.getNamespaceURI(prefix);
2042 NamespaceContext userContext = null; field in class:XMLStreamWriterImpl.NamespaceContextImpl
2062 if (userContext != null) {
2063 uri = userContext.getNamespaceURI(prefix);
2086 if (userContext != null) {
2087 return userContext
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java159 private final LoggerContext userContext = new LoggerContext(); field in class:LogManager
197 // since by design the global manager's userContext and
203 manager.userContext.addLocalLogger(manager.rootLogger, false);
212 manager.userContext.addLocalLogger(Logger.global, false);
370 context = userContext;
383 return context != null ? context : userContext;

Completed in 261 milliseconds