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 voidAbstractX4OConnectionDebug.debugException(X4OLanguageSession languageSession, Exception e) protected voidAbstractX4OConnectionDebug.debugStop(X4OLanguageSession languageSession) AbstractX4OReader.read(InputStream input, String systemId, URL basePath) protected voidDefaultX4OReader.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.voidAbstractX4OWriter.write(T object, OutputStream output) voidX4OWriter.write(T object, OutputStream out) voidvoidvoidvoidvoidAbstractX4OWriterSession.writeFileSession(X4OLanguageSession languageSession, File file) voidAbstractX4OWriterSession.writeFileSession(X4OLanguageSession languageSession, String fileName) voidX4OWriterSession.writeFileSession(X4OLanguageSession context, File file) voidX4OWriterSession.writeFileSession(X4OLanguageSession context, String fileName) voidDefaultX4OWriter.writeSession(X4OLanguageSession languageSession, OutputStream output) voidX4OWriterSession.writeSession(X4OLanguageSession context, OutputStream out) AbstractX4OWriter.writeString(T object) X4OWriter.writeString(T object) AbstractX4OWriterSession.writeStringSession(X4OLanguageSession languageSession) X4OWriterSession.writeStringSession(X4OLanguageSession context)