Home
last modified time | relevance | path

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

/trunk/main/sax/test/sax/
H A Dtestsax.cxx319 m_iAttributeCount = 0; in startDocument()
331 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
365 m_iAttributeCount += xAttribs->getLength(); in startElement()
467 int m_iAttributeCount; member in sax_test::TestDocumentHandler
527 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple()
593 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx389 m_iAttributeCount = 0; in startDocument()
401 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
429 m_iAttributeCount += xAttribs->getLength(); in startElement()
516 int m_iAttributeCount; member in TestDocumentHandler
598 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testSimple()
659 ERROR_ASSERT( pDocHandler->m_iAttributeCount == 2 , "wrong attribut count" ); in testNamespaces()
/trunk/main/sax/test/
H A Dsaxdemo.cxx169 m_iAttributeCount = 0; in startDocument()
178 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
186 m_iAttributeCount += xAttribs->getLength(); in startElement()
249 int m_iAttributeCount; member in TestDocumentHandler

Completed in 21 milliseconds