Searched refs:m_state (Results 1 – 5 of 5) sorted by relevance
58 m_state(INIT) {} in ExportContext()67 m_state(INIT) { in ExportContext()89 if(m_state != WRITE_BEGIN && m_state != WRITE_CONTENT) { in beginElement()119 if(m_state != WRITE_END && m_state != WRITE_CONTENT) { in endElement()151 if(m_state != WRITE_CONTENT) { in beginContent()168 if(m_state != WRITE_ATTRIBUTES &&\169 m_state != WRITE_CONTENT) {\234 if(m_state == ABORT) in writeObject()236 state_t origState = m_state; in writeObject()245 m_state = WRITE_BEGIN; in writeObject()[all …]
48 m_state(PARSING), in ImportContext()76 return m_state; in state()120 m_state = ABORT; in reportError()128 m_state = PARSING; in reset()
264 if(m_context->m_state != ImportContext::PARSING) in xmlElementStart()303 m_context->m_state = ImportContext::COMPLETE; in xmlElementStart()376 if(m_context->m_state != ImportContext::PARSING) in xmlElementEnd()418 m_context->m_state = ImportContext::COMPLETE; in xmlElementEnd()445 if(m_context->m_state != ImportContext::PARSING) in xmlProcessingInstruction()457 if(m_context->m_state != ImportContext::PARSING) in xmlCharacterData()488 if(m_context->m_state != ImportContext::PARSING) in xmlDefaultData()
97 state_t m_state;
242 state_t m_state; variable