OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
490
private boolean
m_source_location
= false;
field in class:TransformerFactoryImpl
560
m_source_location
= ((Boolean)value).booleanValue();
565
m_source_location
= (new Boolean((String)value)).booleanValue();
602
return new Boolean(
m_source_location
);
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/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java
131
//org.apache.xalan.processor.TransformerFactoryImpl.
m_source_location
;
SAX2DTM.java
286
// m_useSourceLocationProperty=org.apache.xalan.processor.TransformerFactoryImpl.
m_source_location
;
[
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
...]
Completed in 128 milliseconds