Searched refs:m_source_location (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java297 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/
H A DTransformerFactoryImpl.java494 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);
H A DStylesheetHandler.java89 private boolean m_source_location = false; field in class:StylesheetHandler
116 m_source_location = ((Boolean) processor.getAttribute(
1200 m_stylesheetRoot.setSource_location(m_source_location);
1721 return m_source_location;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java71 private boolean m_source_location = false; field in class:StylesheetRoot
1388 return m_source_location;
1402 m_source_location = b;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java73 private final boolean m_source_location; field in class:TransformerHandlerImpl
110 m_source_location = transformer.getSource_location();
H A DTransformerImpl.java293 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);
3269 return m_source_location;

Completed in 834 milliseconds