Searched refs:m_insideDTD (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java141 transient protected boolean m_insideDTD = false; field in class:SAX2DTM
2270 m_insideDTD = true;
2282 m_insideDTD = false;
2367 if (m_insideDTD) // ignore comments if we're inside the DTD
H A DSAX2DTM2.java2210 if (m_insideDTD) // ignore comments if we're inside the DTD

Completed in 124 milliseconds