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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java58 protected Object m_obj; // This may be NULL!!! field in class:XObject
77 m_obj = obj;
123 if (null != m_obj)
303 return (m_obj != null) ? m_obj.toString() : "";
401 return m_obj;
478 return (NodeSetDTM) m_obj;
512 result = m_obj;
644 if (null != m_obj)
646 return m_obj
[all...]

Completed in 30 milliseconds