Package 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).

See:
          Description

Interface Summary
XMLMarshalable Classes which implement this declare that they can marshal themselves as XML (CXT) in our standard fashion.
 

Class Summary
CXTStream Utility class to facilitate creating CXT documents onto a stream.
EscapingOutputWriter Writes a markup-friendly version of whatever it's fed.
XHtmlEntityResolver Resolves entities defined in XHTML 1.1.
XSLCache XSL Stylesheets are useful things, but they need to be compiled before use, and this is fiercely expensive.
XSLParameter An XSLT stylesheet can accept parameters.
XSPFFile A low-level wrapper for a generic XSPF.
XUtil Various utility methods for generating and interacting with XML-style markup languages, including HTML.
 

Package ccs.xml Description

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).