OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sourceSystemId
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java
133
m_sourceSystemId
= (m_useSourceLocationProperty) ? new StringVector()
SAX2DTM.java
198
protected StringVector
m_sourceSystemId
;
288
m_sourceSystemId
= (m_useSourceLocationProperty) ? new StringVector() : null;
974
m_sourceSystemId
.addElement(m_locator.getSystemId());
981
if (
m_sourceSystemId
.size() != m_size) {
983
+
m_sourceSystemId
.size();
[
all
...]
Completed in 19 milliseconds