Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.thoughtworks.xstream.io Classes and Interfaces - 99 results found.
NameDescriptionTypePackageFramework
AbstractReaderAbstract base class for all HierarchicalStreamReader implementations.Classcom.thoughtworks.xstream.ioXStream
AbstractJsonWriterAn abstract implementation of a writer that calls abstract methods to build JSON structures.Classcom.thoughtworks.xstream.io.jsonXStream
AbstractJsonWriter .TypeClasscom.thoughtworks.xstream.io.json.AbstractJsonWriterXStream
AbstractPullReaderBase class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractDriverAbstract base class for all HierarchicalStreamDriver implementations.Classcom.thoughtworks.xstream.ioXStream
AbstractDocumentReaderClasscom.thoughtworks.xstream.io.xmlXStream
AbstractDocumentWriterA generic HierarchicalStreamWriter for DOM writer implementations.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractWriterAbstract base class for all HierarchicalStreamWriter implementations.Classcom.thoughtworks.xstream.ioXStream
AbstractXmlDriverBase class for HierarchicalStreamDrivers to use xml-based HierarchicalStreamReader and HierarchicalStreamWriter.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractXmlReaderAbstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractXmlWriterAbstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractXppDomDriverAn abstract base class for a driver using an XPP DOM implementation.Classcom.thoughtworks.xstream.io.xmlXStream
AbstractXppDriverAn abstract base class for a driver using an XPP implementation.Classcom.thoughtworks.xstream.io.xmlXStream
AttributeNameIteratorProvide an iterator over the attribute names of the current node of a reader.Classcom.thoughtworks.xstream.ioXStream
BEAStaxDriverA driver using the BEA StAX implementation.Classcom.thoughtworks.xstream.io.xmlXStream
BinaryStreamDriverHierarchicalStreamDriver for binary input and output.Classcom.thoughtworks.xstream.io.binaryXStream
BinaryStreamReaderA HierarchicalStreamReader that reads from a binary stream created by BinaryStreamWriter.Classcom.thoughtworks.xstream.io.binaryXStream
BinaryStreamWriterClasscom.thoughtworks.xstream.io.binaryXStream
CompactWriterClasscom.thoughtworks.xstream.io.xmlXStream
DocumentReaderA generic interface for all HierarchicalStreamReader implementations reading a DOM.Interfacecom.thoughtworks.xstream.io.xmlXStream
DocumentWriterA generic interface for all HierarchicalStreamWriter implementations generating aSince:1.Interfacecom.thoughtworks.xstream.io.xmlXStream
Dom4JDriverClasscom.thoughtworks.xstream.io.xmlXStream
Dom4JReaderClasscom.thoughtworks.xstream.io.xmlXStream
Dom4JWriterClasscom.thoughtworks.xstream.io.xmlXStream
Dom4JXmlWriterClasscom.thoughtworks.xstream.io.xmlXStream
DomDriverClasscom.thoughtworks.xstream.io.xmlXStream
DomReaderClasscom.thoughtworks.xstream.io.xmlXStream
DomWriterClasscom.thoughtworks.xstream.io.xmlXStream
ExtendedHierarchicalStreamReaderInterfacecom.thoughtworks.xstream.ioXStream
ExtendedHierarchicalStreamWriterInterfacecom.thoughtworks.xstream.ioXStream
ExtendedHierarchicalStreamWriterHelperClasscom.thoughtworks.xstream.ioXStream
HierarchicalStreamCopierTool for copying the contents of one HierarichalStreamReader to a HierarichalStreamWriter.Classcom.thoughtworks.xstream.io.copyXStream
HierarchicalStreamDriverProvides implementation of stream parsers and writers to XStream.Interfacecom.thoughtworks.xstream.ioXStream
HierarchicalStreamReaderIf any errors are detected, allow the reader to add any additional information that can aid debugging (such as line numbers, XPath expressions, etc).Interfacecom.thoughtworks.xstream.ioXStream
HierarchicalStreamWriterInterfacecom.thoughtworks.xstream.ioXStream
JDom2DriverClasscom.thoughtworks.xstream.io.xmlXStream
JDom2ReaderClasscom.thoughtworks.xstream.io.xmlXStream
JDom2WriterClasscom.thoughtworks.xstream.io.xmlXStream
JDomDriverClasscom.thoughtworks.xstream.io.xmlXStream
JDomReaderClasscom.thoughtworks.xstream.io.xmlXStream
JDomWriterClasscom.thoughtworks.xstream.io.xmlXStream
JettisonMappedXmlDriverSimple XStream driver wrapping Jettison's Mapped reader and writer.Classcom.thoughtworks.xstream.io.jsonXStream
JettisonStaxWriterA specialized StaxWriter that makes usage of internal functionality of Jettison.Classcom.thoughtworks.xstream.io.jsonXStream
JsonHierarchicalStreamDriverA driver for JSON that writes optimized JSON format, but is not able to deserialize the result.Classcom.thoughtworks.xstream.io.jsonXStream
JsonHierarchicalStreamWriterA simple writer that outputs JSON in a pretty-printed indented stream.Classcom.thoughtworks.xstream.io.jsonXStream
JsonWriterA simple writer that outputs JSON in a pretty-printed indented stream.Classcom.thoughtworks.xstream.io.jsonXStream
JsonWriter .FormatFormat definition for JSON.Classcom.thoughtworks.xstream.io.json.JsonWriterXStream
KXml2DomDriverA HierarchicalStreamDriver for XPP DOM using the kXML2 parser.Classcom.thoughtworks.xstream.io.xmlXStream
KXml2DriverA HierarchicalStreamDriver using the kXML2 parser.Classcom.thoughtworks.xstream.io.xmlXStream
NameCoderCoder between names in the object graph and names of a target format.Interfacecom.thoughtworks.xstream.io.namingXStream
NameCoderWrapperA wrapper for another NameCoder.Classcom.thoughtworks.xstream.io.namingXStream
NoNameCoderA NameCoder that does nothing.Classcom.thoughtworks.xstream.io.namingXStream
PathRepresents a path to a single node in the tree.Classcom.thoughtworks.xstream.io.pathXStream
PathTrackerMaintains the current Path as a stream is moved through.Classcom.thoughtworks.xstream.io.pathXStream
PathTrackingReaderWrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read.Classcom.thoughtworks.xstream.io.pathXStream
PathTrackingWriterWrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written.Classcom.thoughtworks.xstream.io.pathXStream
PrettyPrintWriterA simple writer that outputs XML in a pretty-printed indented stream.Classcom.thoughtworks.xstream.io.xmlXStream
QNameMapRepresents a mapping of QName instances to Java class names allowing class aliases and namespace aware mappings of QNames to class names.Classcom.thoughtworks.xstream.io.xmlXStream
ReaderWrapperBase class to make it easy to create wrappers (decorators) for HierarchicalStreamReader.Classcom.thoughtworks.xstream.ioXStream
SaxWriterA SAX parser that acts as an XStream HierarchicalStreamWriter to enable direct generation of aClasscom.thoughtworks.xstream.io.xmlXStream
SjsxpDriverA driver using the JDK 6 StAX implementation of Sun.Classcom.thoughtworks.xstream.io.xmlXStream
StandardStaxDriverA driver using the standard JDK StAX implementation provided by the Java runtime (since Java In contrast to XMLInputFactory.Classcom.thoughtworks.xstream.io.xmlXStream
StatefulWriterAn wrapper for all HierarchicalStreamWriter implementations, that keeps the state.Classcom.thoughtworks.xstream.ioXStream
StaticNameCoderA NameCoder that encodes and decodes names based on a map.Classcom.thoughtworks.xstream.io.namingXStream
StaxDriverA driver using the StAX API to create XML reader and writer.Classcom.thoughtworks.xstream.io.xmlXStream
StaxReaderA reader using the StAX API.Classcom.thoughtworks.xstream.io.xmlXStream
StaxWriterA stream writing that outputs to a StAX stream writerVersion:$Revision: 1906 $Author:James StrachanClasscom.thoughtworks.xstream.io.xmlXStream
StreamExceptionClasscom.thoughtworks.xstream.ioXStream
TokenRepresents the Tokens stored in the binary stream used by BinaryStreamReader and BinaryStreamWriter.Classcom.thoughtworks.xstream.io.binaryXStream
Token .AttributeClasscom.thoughtworks.xstream.io.binary.TokenXStream
Token .EndNodeClasscom.thoughtworks.xstream.io.binary.TokenXStream
Token .FormatterClasscom.thoughtworks.xstream.io.binary.TokenXStream
Token .MapIdToValueClasscom.thoughtworks.xstream.io.binary.TokenXStream
Token .StartNodeClasscom.thoughtworks.xstream.io.binary.TokenXStream
Token .ValueClasscom.thoughtworks.xstream.io.binary.TokenXStream
TraxSourceA JAXP TrAX Source that enables using XStream object serialization as direct input for XSLT processors without resorting to an intermediate representation such asClasscom.thoughtworks.xstream.io.xmlXStream
WriterWrapperBase class to make it easy to create wrappers (decorators) for HierarchicalStreamWriter.Classcom.thoughtworks.xstream.ioXStream
WstxDriverA driver using the Woodstox StAX implementation.Classcom.thoughtworks.xstream.io.xmlXStream
XmlFriendlyNameCoderEncode and decode tag and attribute names in XML drivers.Classcom.thoughtworks.xstream.io.xmlXStream
XmlFriendlyReaderAn interface for a HierarchicalStreamReader supporting XML-friendly names.Interfacecom.thoughtworks.xstream.io.xmlXStream
XmlFriendlyReplacerAllows replacement of Strings in XML-friendly drivers.Classcom.thoughtworks.xstream.io.xmlXStream
XmlFriendlyWriterAn interface for a HierarchicalStreamWriter supporting XML-friendly names.Interfacecom.thoughtworks.xstream.io.xmlXStream
XomDriverClasscom.thoughtworks.xstream.io.xmlXStream
XomReaderClasscom.thoughtworks.xstream.io.xmlXStream
XomWriterClasscom.thoughtworks.xstream.io.xmlXStream
Xpp3DomSimple Document Object Model for XmlPullParser implementations.Classcom.thoughtworks.xstream.io.xml.xppdomXStream
Xpp3DomBuilderClasscom.thoughtworks.xstream.io.xml.xppdomXStream
Xpp3DomDriverA HierarchicalStreamDriver for XPP DOM using the Xpp3 parser.Classcom.thoughtworks.xstream.io.xmlXStream
Xpp3DriverA HierarchicalStreamDriver using the Xpp3 parser.Classcom.thoughtworks.xstream.io.xmlXStream
XppDomSimple Document Object Model for XmlPullParser implementations.Classcom.thoughtworks.xstream.io.xml.xppdomXStream
XppDomComparatorComparator for XppDom.Classcom.thoughtworks.xstream.io.xml.xppdomXStream
XppDomDriverA HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser.Classcom.thoughtworks.xstream.io.xmlXStream
XppDomReaderClasscom.thoughtworks.xstream.io.xmlXStream
XppDomWriterClasscom.thoughtworks.xstream.io.xmlXStream
XppDriverA HierarchicalStreamDriver using the XmlPullParserFactory to locate an XML Pull Parser.Classcom.thoughtworks.xstream.io.xmlXStream
XppFactoryXmlPullParser utility methods.Classcom.thoughtworks.xstream.io.xml.xppdomXStream
XppReaderXStream reader that pulls directly from the stream using the XmlPullParser API.Classcom.thoughtworks.xstream.io.xmlXStream
XStream11NameCoderA XmlFriendlyNameCoder to support backward compatibility with XStream 1.Classcom.thoughtworks.xstream.io.xmlXStream
XStream11XmlFriendlyReplacerAllows replacement of Strings in xml-friendly drivers to provide compatibility with XStreamSince:1.Classcom.thoughtworks.xstream.io.xmlXStream