HomeSort by relevance Sort by last modified time
    Searched defs:m_useSourceLocationProperty (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 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) {
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 23 milliseconds