public interface XMLIO
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Queue<tigase.xml.Element> |
read() |
void |
setIgnorePresence(boolean ignore) |
void |
write(tigase.xml.Element data) |
void |
write(String data) |
Queue<tigase.xml.Element> read() throws IOException
IOExceptionvoid write(tigase.xml.Element data)
throws IOException
IOExceptionvoid write(String data) throws IOException
IOExceptionvoid close()
void setIgnorePresence(boolean ignore)
Copyright © 2005–2019 "Tigase, Inc.". All rights reserved.