org.apache.abdera.examples.simple
Class PrintTitles

java.lang.Object
  extended by org.apache.abdera.examples.simple.PrintTitles

public class PrintTitles
extends Object

Illustrates the use of optimized-parsing using the WhiteListParseFilter. Using this mechanism, only the elements added to the ParseFilter will be parsed and added to the Feed Object Model instance. The resulting savings in memory and CPU costs is significant.


Constructor Summary
PrintTitles()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintTitles

public PrintTitles()
Method Detail

main

public static void main(String[] args)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.