Uses of Class
jcs.xml.JXml

Packages that use JXml
jcs.xml The jcs.xml package contains classes that simplify using the XML parser and accessing DOM trees. 
jcs.xml.order The package jcs.xml.demo contains classes for XML "Order" documents. 
jcs.xml.resultset The package jcs.resultsets contains classes that: Translate SQL result sets to XML documents. 
 

Uses of JXml in jcs.xml
 

Constructors in jcs.xml with parameters of type JXml
ServerEntityResolver.ServerEntityResolver(JXml thisJXmlDocArg)
           
 

Uses of JXml in jcs.xml.order
 

Subclasses of JXml in jcs.xml.order
 class OrderXml
          A subclass of the JXml class, for the "Order" DTD.
 

Uses of JXml in jcs.xml.resultset
 

Subclasses of JXml in jcs.xml.resultset
 class ResultSetXml
          A class to contain an XML document that represents an SQL result set.