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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 297 public boolean m_source_location = false; field in class:DTMManager
331 return m_source_location;
341 * @param sourceLocation boolean to use to set m_source_location
344 m_source_location = sourceLocation;
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 494 private boolean m_source_location = false; field in class:TransformerFactoryImpl
564 m_source_location = ((Boolean)value).booleanValue();
569 m_source_location = (new Boolean((String)value)).booleanValue();
606 return new Boolean(m_source_location);
    [all...]
StylesheetHandler.java 89 private boolean m_source_location = false; field in class:StylesheetHandler
116 m_source_location = ((Boolean) processor.getAttribute(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 71 private boolean m_source_location = false; field in class:StylesheetRoot
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 73 private final boolean m_source_location; field in class:TransformerHandlerImpl
110 m_source_location = transformer.getSource_location();
TransformerImpl.java 293 private boolean m_source_location = false; field in class:TransformerImpl
340 m_source_location = stylesheet.getSource_location();
345 xPath.setSource_location(m_source_location);
346 xPath.getDTMManager().setSource_location(m_source_location);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 217 milliseconds