Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

X

XMLBinding - Class in javolution.xml
This class represents the binding between Java classes and their XML representation (XMLFormat).
XMLBinding() - Constructor for class javolution.xml.XMLBinding
Default constructor.
XMLFilter - Interface in org.xml.sax
Interface for an XML filter.
XMLFormat<T> - Class in javolution.xml
This class represents the format base class for XML serialization and deserialization.
XMLFormat(Class<T>) - Constructor for class javolution.xml.XMLFormat
Defines the default XML format bound to the specified class.
XMLFormat.InputElement - Class in javolution.xml
This class represents an input XML element (unmarshalling).
XMLFormat.OutputElement - Class in javolution.xml
This class represents an output XML element (marshalling).
XMLInputFactory - Class in javolution.xml.stream
The class represents the factory for getting XMLStreamReader intances.
XMLInputFactory() - Constructor for class javolution.xml.stream.XMLInputFactory
Default constructor.
XMLObjectReader - Class in javolution.xml
This class restores objects which have been serialized in XML format using an XMLObjectWriter.
XMLObjectReader() - Constructor for class javolution.xml.XMLObjectReader
Default constructor.
XMLObjectWriter - Class in javolution.xml
This class takes an object and formats it to XML; the resulting XML can be deserialized using a XMLObjectReader.
XMLObjectWriter() - Constructor for class javolution.xml.XMLObjectWriter
Default constructor.
XMLOutputFactory - Class in javolution.xml.stream
The class represents the factory for getting XMLStreamWriter intances.
XMLOutputFactory() - Constructor for class javolution.xml.stream.XMLOutputFactory
Default constructor.
XMLReader - Interface in javolution.xml.sax
SAX2-like interface for reading an XML document using callbacks.
XMLReader - Interface in org.xml.sax
Interface for reading an XML document using callbacks.
XMLReaderImpl - Class in javolution.xml.sax
This class provides a real-time SAX2-like XML parser; this parser is extremely fast and does not create temporary objects (no garbage generated and no GC interruption).
XMLReaderImpl() - Constructor for class javolution.xml.sax.XMLReaderImpl
Default constructor.
XMLReferenceResolver - Class in javolution.xml
This class represents a resolver for XML cross references during the marshalling/unmarshalling process.
XMLReferenceResolver() - Constructor for class javolution.xml.XMLReferenceResolver
Default constructor.
XMLSerializable - Interface in javolution.xml
This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
XMLStreamConstants - Interface in javolution.xml.stream
This interface declares the constants used in this API.
XMLStreamException - Exception in javolution.xml.stream
This class represents the base exception for unexpected processing errors.
XMLStreamException() - Constructor for exception javolution.xml.stream.XMLStreamException
Default constructor
XMLStreamException(String) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message.
XMLStreamException(Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated nested exception.
XMLStreamException(String, Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message and exception.
XMLStreamException(String, Location, Throwable) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamException(String, Location) - Constructor for exception javolution.xml.stream.XMLStreamException
Constructs an exception with the assocated message, exception and location.
XMLStreamReader - Interface in javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamReader; but it does not forces dynamic allocation when parsing (its methods returns CharArray instances instead of String).
XMLStreamReaderImpl - Class in javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamReaderImpl() - Constructor for class javolution.xml.stream.XMLStreamReaderImpl
Default constructor.
XMLStreamWriter - Interface in javolution.xml.stream
This interface is similar to javax.xml.stream.XMLStreamWriter; but it does not forces dynamic allocation when formatting (any CharSequence can be used instead of String).
XMLStreamWriterImpl - Class in javolution.xml.stream
This class represents a reusable implementation of XMLStreamWriter.
XMLStreamWriterImpl() - Constructor for class javolution.xml.stream.XMLStreamWriterImpl
Default constructor.
xor(FastBitSet) - Method in class javolution.util.FastBitSet
Performs the logical XOR operation on this bit set and the one specified.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
J avolution Backport v5.6.9 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.