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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java196 protected boolean m_useSourceLocationProperty = false; field in class:SAX2DTM
288 // m_useSourceLocationProperty=com.sun.org.apache.xalan.internal.processor.TransformerFactoryImpl.m_source_location;
289 m_useSourceLocationProperty = mgr.getSource_location();
290 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() : null;
291 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null;
292 m_sourceColumn = (m_useSourceLocationProperty) ? new IntVector() : null;
301 m_useSourceLocationProperty = useSourceLocation;
904 if (m_locator != null && m_useSourceLocationProperty) {
2498 if (m_useSourceLocationProperty)

Completed in 74 milliseconds