Uses of Class
org.x4o.xml.io.X4OConnectionException
Packages that use X4OConnectionException
-
Uses of X4OConnectionException in org.x4o.xml.io
Methods in org.x4o.xml.io that throw X4OConnectionExceptionModifier and TypeMethodDescriptionprotected void
AbstractX4OConnectionDebug.debugException
(X4OLanguageSession languageSession, Exception e) protected void
AbstractX4OConnectionDebug.debugStop
(X4OLanguageSession languageSession) AbstractX4OReader.read
(InputStream input, String systemId, URL basePath) protected void
DefaultX4OReader.read()
Parses the input stream as a X4O document.X4OReader.read
(InputStream input, String systemId, URL basePath) Method to parse the xml data.Reads the file and reads it as an InputStream.Reads the file fileName and reads it as an InputStream.Reads the file and parses it as an InputStream.Reads the file fileName and parses it as an InputStream.AbstractX4OReaderSession.readFileSession
(File file) Reads the file and reads it as an InputStream.AbstractX4OReaderSession.readFileSession
(String fileName) Reads the file fileName and reads it as an InputStream.X4OReaderSession.readFileSession
(File file) Reads the file and parses it as an InputStream.X4OReaderSession.readFileSession
(String fileName) Reads the file fileName and parses it as an InputStream.AbstractX4OReader.readResource
(String resourceName) reads an resource locaction.X4OReader.readResource
(String resourceName) Parses an resource locaction.AbstractX4OReaderSession.readResourceSession
(String resourceName) reads an resource locaction.X4OReaderSession.readResourceSession
(String resourceName) Parses an resource locaction.DefaultX4OReader.readSession
(InputStream input, String systemId, URL basePath) X4OReaderSession.readSession
(InputStream input, String systemId, URL basePath) Method to parse the xml data.AbstractX4OReader.readString
(String xmlString) Converts a String to a InputStream to is can me readd by SAX.X4OReader.readString
(String xmlString) Converts a String to a InputStream to is can me parsed by SAX.AbstractX4OReaderSession.readStringSession
(String xmlString) Converts a String to a InputStream to is can me read by SAX.X4OReaderSession.readStringSession
(String xmlString) Converts a String to a InputStream to is can be parsed by SAX.Fetched the data direct from remote url to a InputStream to is can me readd by SAX.Fetched the data direct from remote url to a InputStream to is can me parsed by SAX.AbstractX4OReaderSession.readUrlSession
(URL url) Fetched the data direct from remote url to a InputStream to is can me readd by SAX.X4OReaderSession.readUrlSession
(URL url) Fetched the data direct from remote url to a InputStream to is can be parsed by SAX.void
AbstractX4OWriter.write
(T object, OutputStream output) void
X4OWriter.write
(T object, OutputStream out) void
void
void
void
void
AbstractX4OWriterSession.writeFileSession
(X4OLanguageSession languageSession, File file) void
AbstractX4OWriterSession.writeFileSession
(X4OLanguageSession languageSession, String fileName) void
X4OWriterSession.writeFileSession
(X4OLanguageSession context, File file) void
X4OWriterSession.writeFileSession
(X4OLanguageSession context, String fileName) void
DefaultX4OWriter.writeSession
(X4OLanguageSession languageSession, OutputStream output) void
X4OWriterSession.writeSession
(X4OLanguageSession context, OutputStream out) AbstractX4OWriter.writeString
(T object) X4OWriter.writeString
(T object) AbstractX4OWriterSession.writeStringSession
(X4OLanguageSession languageSession) X4OWriterSession.writeStringSession
(X4OLanguageSession context)