Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java201 protected IntVector m_sourceLine; field in SAX2DTM
289 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2DTM()
975 m_sourceLine.addElement(m_locator.getLineNumber()); in setSourceLocation()
2496 m_sourceLine.elementAt(node), in getSourceLocatorFor()
DSAX2RTFDTM.java135 m_sourceLine = (m_useSourceLocationProperty) ? new IntVector() : null; in SAX2RTFDTM()