Home
last modified time | relevance | path

Searched refs:m_sourceSystemId (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java198 protected StringVector m_sourceSystemId; field in SAX2DTM
288 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() : null; in SAX2DTM()
974 m_sourceSystemId.addElement(m_locator.getSystemId()); in setSourceLocation()
981 if (m_sourceSystemId.size() != m_size) { in setSourceLocation()
983 + m_sourceSystemId.size(); in setSourceLocation()
2495 m_sourceSystemId.elementAt(node), in getSourceLocatorFor()
DSAX2RTFDTM.java133 m_sourceSystemId = (m_useSourceLocationProperty) ? new StringVector() in SAX2RTFDTM()