#include <youtube_parser.h>
Definition at line 6 of file youtube_parser.h.
 
◆ endArray()
  
  
      
        
          | void YoutubeJsonListener::endArray  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ endDocument()
  
  
      
        
          | void YoutubeJsonListener::endDocument  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ endObject()
  
  
      
        
          | void YoutubeJsonListener::endObject  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ key()
  
  
      
        
          | void YoutubeJsonListener::key  | 
          ( | 
          String |           key | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Definition at line 16 of file youtube_parser.cpp.
   17{
   18    if (
key.equals(
"viewCount"))
 
   20    else if (
key.equals(
"subscriberCount"))
 
   22}
virtual void key(String key)
 
 
 
 
◆ startArray()
  
  
      
        
          | void YoutubeJsonListener::startArray  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ startDocument()
  
  
      
        
          | void YoutubeJsonListener::startDocument  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ startObject()
  
  
      
        
          | void YoutubeJsonListener::startObject  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ value()
  
  
      
        
          | void YoutubeJsonListener::value  | 
          ( | 
          String |           value | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Definition at line 24 of file youtube_parser.cpp.
   25{
   34    }
   35}
virtual void value(String value)
 
PaperdinkUIYoutubeClass Paperdink_Youtube
 
 
 
 
◆ whitespace()
  
  
      
        
          | void YoutubeJsonListener::whitespace  | 
          ( | 
          char |           c | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
The documentation for this class was generated from the following files: