Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:m_locator

120   transient protected Locator m_locator = null;
894 if (m_locator != null && m_useSourceLocationProperty) {
974 m_sourceSystemId.addElement(m_locator.getSystemId());
975 m_sourceLine.addElement(m_locator.getLineNumber());
976 m_sourceColumn.addElement(m_locator.getColumnNumber());
1676 m_locator = locator;
1731 // Bugzilla 4858: throw away m_locator. we cache m_systemId
1732 m_locator = null;
2499 else if(m_locator!=null)
2501 return new NodeLocator(null,m_locator.getSystemId(),-1,-1);