|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.intabulas.sandler.parser.AtomParser
public class AtomParser
AtomParser
Constructor Summary | |
---|---|
AtomParser()
Public contructor |
Method Summary | |
---|---|
Entry |
parseEntryInput(InputStream in)
Parses an InputStream into an Atom Entry object model. |
Feed |
parseInput(InputStream in)
Parses an InputStream into an Atom Feed object model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomParser()
Method Detail |
---|
public Feed parseInput(InputStream in) throws org.xmlpull.v1.XmlPullParserException
in
- the InputStream to parse
org.xmlpull.v1.XmlPullParserException
public Entry parseEntryInput(InputStream in) throws org.xmlpull.v1.XmlPullParserException
in
- the InputStream to parse
org.xmlpull.v1.XmlPullParserException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |