Uses of Class
ccs.xml.CXTStream

Packages that use CXTStream
ccs.chaos Provides cryptosecure pseudorandom numbers. 
ccs.mime Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. 
ccs.xml Classes for manipulating XML, and particularly the CXT XML language used for data documents (which are transformed into a renderable output document - XHTML or similar - using XSLT). 
 

Uses of CXTStream in ccs.chaos
 

Methods in ccs.chaos with parameters of type CXTStream
 void ChaosModel.xmlMarshal(CXTStream cxt)
           
 void ChaosMetrics.xmlMarshal(CXTStream cxt)
          Express the ChaosMetrics as a CXT element, histogram excluded.
 

Uses of CXTStream in ccs.mime
 

Methods in ccs.mime with parameters of type CXTStream
 void MimeRegistry.xmlMarshal(CXTStream cxt)
          Marshals the MIME registry as XML.
 void MimeType.xmlMarshal(CXTStream cxt)
          Marshal the MimeType as XML.
 

Uses of CXTStream in ccs.xml
 

Methods in ccs.xml with parameters of type CXTStream
 void XMLMarshalable.xmlMarshal(CXTStream cxt)