Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMManager.java329 public boolean getSource_location() in getSource_location() method in DTMManager
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java110 m_source_location = transformer.getSource_location(); in TransformerHandlerImpl()
DTransformerImpl.java340 m_source_location = stylesheet.getSource_location(); in TransformerImpl()
3268 public boolean getSource_location() { in getSource_location() method in TransformerImpl
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java1387 public boolean getSource_location() { in getSource_location() method in StylesheetRoot
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java1720 public boolean getSource_location() { in getSource_location() method in StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java287 m_useSourceLocationProperty = mgr.getSource_location(); in SAX2DTM()