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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 132 m_useSourceLocationProperty=false;
133 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector()
135 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null;
136 m_sourceColumn = (m_useSourceLocationProperty) ? new IntVector() : null;
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...]
SAX2DTM2.java     [all...]

Completed in 34 milliseconds