Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMManager.java297 public boolean m_source_location = false; field in DTMManager
331 return m_source_location; in getSource_location()
344 m_source_location = sourceLocation; in setSource_location()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java494 private boolean m_source_location = false; field in TransformerFactoryImpl
564 m_source_location = ((Boolean)value).booleanValue(); in setAttribute()
569 m_source_location = (new Boolean((String)value)).booleanValue(); in setAttribute()
606 return new Boolean(m_source_location); in getAttribute()
DStylesheetHandler.java89 private boolean m_source_location = false; field in StylesheetHandler
116 m_source_location = ((Boolean) processor.getAttribute( in StylesheetHandler()
1200 m_stylesheetRoot.setSource_location(m_source_location); in getStylesheetRoot()
1721 return m_source_location; in getSource_location()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java71 private boolean m_source_location = false; field in StylesheetRoot
1388 return m_source_location; in getSource_location()
1402 m_source_location = b; in setSource_location()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java73 private final boolean m_source_location; field in TransformerHandlerImpl
110 m_source_location = transformer.getSource_location(); in TransformerHandlerImpl()
DTransformerImpl.java293 private boolean m_source_location = false; field in TransformerImpl
340 m_source_location = stylesheet.getSource_location(); in TransformerImpl()
345 xPath.setSource_location(m_source_location); in TransformerImpl()
346 xPath.getDTMManager().setSource_location(m_source_location); in TransformerImpl()
3269 return m_source_location; in getSource_location()