public class AtomPubParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LINK_REL_CONTENT |
| Constructor and Description |
|---|
AtomPubParser(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
AtomBase |
getResults()
Return the parse results.
|
void |
parse()
Parses the stream.
|
public static final String LINK_REL_CONTENT
public AtomPubParser(InputStream stream)
public void parse()
throws XMLStreamException
XMLStreamExceptionpublic AtomBase getResults()
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.