Package org.x4o.xml.io
package org.x4o.xml.io
The X4O Input and Output classes.
- Since:
- 1.0
-
ClassDescriptionAbstractX4OConnection is the read/write interface for the classes.AbstractX4OConnectionDebug has the abstract debug code of all connections.AbstractX4OReader wraps method to contexted reader.AbstractX4OReaderSessionAbstractX4OWriter.AbstractX4OWriterSession.DefaultX4ODriver can be used to create language without code and type safty.DefaultX4OReader can read and parse the xml language.DefaultX4OWriter can write the xml language.X4OConnection interface for config the io drivers.X4OConnectionException is top level exception for io connections.X4OTagHandler Gets all SAX content handler events and converts to x4o element tree.X4OContentParser Runs the SAX parser with the X4OContentHandler.Helps writing the xml debug output of all stuff x4o does.X4OEntityResolver resolves internel entities and proxy to external defined ones.X4OErrorHandler prints the SAX2 Errors and Warsnings when parsing xml.X4OReader<T>X4OReader can read different input formats.X4OReaderSession is reader with language session.X4OWriter<T>X4OWriter can write the xml language.X4OWriterSession is writer with language session.