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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java194 protected boolean m_useSourceLocationProperty = false; field in class:SAX2DTM
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)

Completed in 113 milliseconds