Searched refs:m_useSourceLocationProperty (Results 1 – 3 of 3) sorted by relevance
132 m_useSourceLocationProperty=false; in SAX2RTFDTM()133 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() in SAX2RTFDTM()135 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2RTFDTM()136 m_sourceColumn = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2RTFDTM()
194 protected boolean m_useSourceLocationProperty = false; field in SAX2DTM287 m_useSourceLocationProperty = mgr.getSource_location(); in SAX2DTM()288 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() : null; in SAX2DTM()289 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2DTM()290 m_sourceColumn = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2DTM()299 m_useSourceLocationProperty = useSourceLocation; in setUseSourceLocation()894 if (m_locator != null && m_useSourceLocationProperty) { in addNode()2488 if (m_useSourceLocationProperty) in getSourceLocatorFor()
2359 if (m_locator != null && m_useSourceLocationProperty) { in addNode()