#include <FB2MetadataContext.h>
  
  | 
        
          | libebook::FB2CustomInfoContext::FB2CustomInfoContext | ( | FB2ParserContext * | parentContext | ) |  |  | explicit | 
 
 
  
  | 
        
          | void libebook::FB2CustomInfoContext::attribute | ( | const FB2TokenData & | name, |  
          |  |  | const FB2TokenData * | ns, |  
          |  |  | const char * | value |  
          |  | ) |  |  |  | privatevirtual | 
 
 
Create a context for parsing a child element. 
- Returns
- A new context or 0if the child element cannot be handled.
Implements libebook::FB2XMLParserContext.
 
 
  
  | 
        
          | virtual void libebook::FB2CustomInfoContext::endOfAttributes | ( |  | ) |  |  | inlineprivatevirtual | 
 
 
  
  | 
        
          | void libebook::FB2CustomInfoContext::endOfElement | ( |  | ) |  |  | privatevirtual | 
 
 
  
  | 
        
          | void libebook::FB2CustomInfoContext::startOfElement | ( |  | ) |  |  | privatevirtual | 
 
Signalize the start of an element. 
This can be used if initialization of the context needs virtual function calls. 
Implements libebook::FB2XMLParserContext.
 
 
  
  | 
        
          | void libebook::FB2CustomInfoContext::text | ( | const char * | value | ) |  |  | privatevirtual | 
 
Process textual content of an element. 
This function can be called more than once if the element has mixed content. 
Implements libebook::FB2XMLParserContext.
 
 
  
  | 
        
          | librevenge::RVNGString libebook::FB2CustomInfoContext::m_text |  | private | 
 
 
  
  | 
        
          | librevenge::RVNGString libebook::FB2CustomInfoContext::m_type |  | private | 
 
 
The documentation for this class was generated from the following files: