org.apache.abdera.model
Interface Base

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
Category, Collection, Content, Control, DateTime, Div, Document<T>, Element, Entry, ExtensibleElement, Feed, Generator, InReplyTo, IRI, ItemsPerPage, Link, Person, Service, Source, StartIndex, Text, Total, TotalResults, Workspace

public interface Base
extends java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 Factory getFactory()
           
 void writeTo(java.io.OutputStream out)
          Serializes the model component out to the specified stream
 void writeTo(java.io.Writer writer)
          Serializes the model component out to the specified writer
 

Method Detail

writeTo

void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Serializes the model component out to the specified stream

Throws:
java.io.IOException

writeTo

void writeTo(java.io.Writer writer)
             throws java.io.IOException
Serializes the model component out to the specified writer

Throws:
java.io.IOException

clone

java.lang.Object clone()

getFactory

Factory getFactory()