common-util

Uses of Package
local.tomas.common.xml

Packages that use local.tomas.common.xml
local.tomas.common.xml These are some utilities around XML. 
local.tomas.common.xml.impl Some implementation classes for the interfaces in package local.tomas.common.xml. 
 

Classes in local.tomas.common.xml used by local.tomas.common.xml
XMLException
          XMLExceptions are thrown by all XML utilities.
XMLIdGenerator
          This interface is used to create XML ids.
XMLOutputStream
          This interface is implemented by classes which can write named objects to an XML output stream.
XMLSource
          Source for XML serializer.
XMLSourceItem
          Source item of serialized XML.
XMLSourceReader
          Use this class to retrieve XML from an arbitrary iterable source.
XMLSqlStore
          Use this class to store and retrieve XML in a database.
XMLStreamCreator
          This class is used to create an XML description of some object.
XMLStreamParser
          This class is used to create an object from its XML description.
XMLTarget
          Target for XML serializer.
XMLTargetWriter
          Use this class to store XML in in an arbitrary target.
XMLTokenGenerator
          This interface is used to create XML tokens.
XMLTypeHandler
          The type handlers are used to convert specific types to and from XML.
 

Classes in local.tomas.common.xml used by local.tomas.common.xml.impl
XMLException
          XMLExceptions are thrown by all XML utilities.
XMLIdGenerator
          This interface is used to create XML ids.
XMLSerializable
          Implement this interface to do your own object to XML conversion and vice versa.
XMLSource
          Source for XML serializer.
XMLSourceReader
          Use this class to retrieve XML from an arbitrary iterable source.
XMLSqlStore
          Use this class to store and retrieve XML in a database.
XMLStreamCreator
          This class is used to create an XML description of some object.
XMLStreamParser
          This class is used to create an object from its XML description.
XMLTarget
          Target for XML serializer.
XMLTargetWriter
          Use this class to store XML in in an arbitrary target.
XMLTokenGenerator
          This interface is used to create XML tokens.
XMLTypeHandler
          The type handlers are used to convert specific types to and from XML.
 


common-util

Copyright © 2007 null. All Rights Reserved.