A SAX handler that prints all contained page titles of an Wikipedia stup dump file to standard output.  
 More...
Inherits DefaultHandler.
| 
Public Member Functions | 
| void | startElement (String uri, String localName, String qName, Attributes attributes)  throws SAXException | 
| void | characters (char[] ch, int start, int length)  throws SAXException | 
| void | endElement (String uri, String localName, String qName)  throws SAXException | 
| 
Package Attributes | 
| boolean | print = false | 
|  | indicates if a text in characters()should be printed or not
 | 
Detailed Description
A SAX handler that prints all contained page titles of an Wikipedia stup dump file to standard output. 
- See Also
- https://meta.wikimedia.org/wiki/Data_dumps/Dump_format
- Author
- Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t 
Member Function Documentation
      
        
          | void ListPagesSAXHandler.characters | ( | char[] | ch, | 
        
          |  |  | int | start, | 
        
          |  |  | int | length | 
        
          |  | ) |  | throws SAXException | 
      
 
 
      
        
          | void ListPagesSAXHandler.endElement | ( | String | uri, | 
        
          |  |  | String | localName, | 
        
          |  |  | String | qName | 
        
          |  | ) |  | throws SAXException | 
      
 
 
      
        
          | void ListPagesSAXHandler.startElement | ( | String | uri, | 
        
          |  |  | String | localName, | 
        
          |  |  | String | qName, | 
        
          |  |  | Attributes | attributes | 
        
          |  | ) |  | throws SAXException | 
      
 
 
Member Data Documentation
  
  | 
        
          | boolean ListPagesSAXHandler.print = false |  | package | 
 
indicates if a text in characters() should be printed or not 
 
 
The documentation for this class was generated from the following file: