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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java435 /** m_parsingComplete becomes true when the top-level stylesheet and all
439 private boolean m_parsingComplete = false; field in class:StylesheetHandler
452 return m_parsingComplete;
490 m_parsingComplete = (m_stylesheetLevel < 0);

Completed in 278 milliseconds