|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.http.protocol.transaction.TransactionReader
public class TransactionReader
| Constructor Summary | |
|---|---|
TransactionReader()
|
|
| Method Summary | |
|---|---|
java.util.Collection<TransactionOperation> |
parse(java.io.InputStream in)
parse the transaction from the serialization |
java.util.Collection<TransactionOperation> |
parse(java.io.Reader in)
parse the transaction from the serialization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionReader()
| Method Detail |
|---|
public java.util.Collection<TransactionOperation> parse(java.io.InputStream in)
throws org.xml.sax.SAXException,
java.io.IOException
org.xml.sax.SAXException - If the SimpleSAXParser was unable to create an XMLReader or if the
XML is faulty.
java.io.IOException - If IO problems during parsing.
public java.util.Collection<TransactionOperation> parse(java.io.Reader in)
throws org.xml.sax.SAXException,
java.io.IOException
org.xml.sax.SAXException - If the SimpleSAXParser was unable to create an XMLReader or if the
XML is faulty.
java.io.IOException - If IO problems during parsing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||