org.apache.lucene.gdata.gom.core
Class GOMBuilder

java.lang.Object
  extended by org.apache.lucene.gdata.gom.core.GOMBuilder

public class GOMBuilder
extends Object

Author:
Simon Willnauer

Constructor Summary
GOMBuilder(javax.xml.stream.XMLStreamReader arg0)
           
 
Method Summary
 GOMDocument<GOMEntry> buildGOMEntry()
           
 GOMDocument<GOMFeed> buildGOMFeed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOMBuilder

public GOMBuilder(javax.xml.stream.XMLStreamReader arg0)
Parameters:
arg0 -
Method Detail

buildGOMFeed

public GOMDocument<GOMFeed> buildGOMFeed()
                                  throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

buildGOMEntry

public GOMDocument<GOMEntry> buildGOMEntry()
                                    throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.