Home | History | Annotate | Download | only in sax2dtm

Lines Matching defs:m_useSourceLocationProperty

194   protected boolean m_useSourceLocationProperty = false;
286 // m_useSourceLocationProperty=org.apache.xalan.processor.TransformerFactoryImpl.m_source_location;
287 m_useSourceLocationProperty = mgr.getSource_location();
288 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() : null;
289 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null;
290 m_sourceColumn = (m_useSourceLocationProperty) ? new IntVector() : null;
299 m_useSourceLocationProperty = useSourceLocation;
894 if (m_locator != null && m_useSourceLocationProperty) {
2488 if (m_useSourceLocationProperty)