org.apache.chemistry.opencmis.client.bindings.spi.atompub
Class AtomPubParser

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.spi.atompub.AtomPubParser

public class AtomPubParser
extends java.lang.Object

AtomPub Parser.


Field Summary
static java.lang.String LINK_REL_CONTENT
           
 
Constructor Summary
AtomPubParser(java.io.InputStream stream)
           
 
Method Summary
 AtomBase getResults()
          Return the parse results.
 void parse()
          Parses the stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINK_REL_CONTENT

public static final java.lang.String LINK_REL_CONTENT
See Also:
Constant Field Values
Constructor Detail

AtomPubParser

public AtomPubParser(java.io.InputStream stream)
Method Detail

parse

public void parse()
           throws java.lang.Exception
Parses the stream.

Throws:
java.lang.Exception

getResults

public AtomBase getResults()
Return the parse results.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.