Uses of Package
javolution.xml

Packages that use javolution.xml
javolution.context Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability. 
javolution.testing Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc. 
javolution.text Provides classes and interfaces to handle text. 
javolution.util Provides high-performance collection classes and miscellaneous utilities; although this package provides very few collection classes, they are substitutes for most of java.util.* classes (for example, java.util.IdentityHashMap would be a FastMap with an identity key comparator). 
javolution.xml Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML
javolution.xml.ws Provides classes and interfaces to create and handle web services. 
 

Classes in javolution.xml used by javolution.context
XMLSerializable
           This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
 

Classes in javolution.xml used by javolution.testing
XMLSerializable
           This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
 

Classes in javolution.xml used by javolution.text
XMLSerializable
           This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
 

Classes in javolution.xml used by javolution.util
XMLSerializable
           This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
 

Classes in javolution.xml used by javolution.xml
QName
           This class represents unique identifiers for XML elements (tags) or attributes (names).
XMLBinding
           This class represents the binding between Java classes and their XML representation (XMLFormat).
XMLFormat
           This class represents the format base class for XML serialization and deserialization.
XMLFormat.InputElement
          This class represents an input XML element (unmarshalling).
XMLFormat.OutputElement
          This class represents an output XML element (marshalling).
XMLObjectReader
           This class restores objects which have been serialized in XML format using an XMLObjectWriter.
XMLObjectWriter
           This class takes an object and formats it to XML; the resulting XML can be deserialized using a XMLObjectReader.
XMLReferenceResolver
           This class represents a resolver for XML cross references during the marshalling/unmarshalling process.
XMLSerializable
           This interface identifies classes supporting XML serialization (XML serialization is still possible for classes not implementing this interface through dynamic XMLBinding though).
 

Classes in javolution.xml used by javolution.xml.ws
XMLObjectReader
           This class restores objects which have been serialized in XML format using an XMLObjectWriter.
XMLObjectWriter
           This class takes an object and formats it to XML; the resulting XML can be deserialized using a XMLObjectReader.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.