Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java613 if (!m_shouldProcess) in startElement()
630 m_shouldProcess = false; in startElement()
653 if (!m_shouldProcess) in endElement()
657 m_shouldProcess = false; in endElement()
686 if (!m_shouldProcess) in characters()
724 if (!m_shouldProcess) in ignorableWhitespace()
757 if (!m_shouldProcess) in processingInstruction()
832 if (!m_shouldProcess) in skippedEntity()
1042 private boolean m_shouldProcess = true; field in StylesheetHandler
1076 if (!m_shouldProcess) in checkForFragmentID()
[all …]