Searched defs:m_context (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DPrefixResolverDefault.java41 Node m_context; field in class:PrefixResolverDefault
52 m_context = xpathExpressionContext;
65 return getNamespaceForPrefix(prefix, m_context);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java362 m_context = context;
634 return m_context;
690 m_context = DTM.NULL;
721 clone.m_context = m_context;
848 return m_context;
879 // m_context = n;
967 transient protected int m_context = DTM.NULL; field in class:LocPathIterator
972 * from m_context in that this is the context for the entire

Completed in 49 milliseconds