Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.common.xml.XmlComponent Interface Reference

List of all members.

Public Member Functions

String getXml ()

Package Attributes

String XML_VERSION = "<?xml version=\"1.0\" encoding=\"UTF8\" ?>"
String DOCTYPE_DB

Detailed Description

This class defines a XmlComponent

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 35 of file XmlComponent.java.


Member Function Documentation

String org.objectweb.cjdbc.common.xml.XmlComponent.getXml  ) 
 

Get xml formatted representation of this cjdbc component

Returns:
xml formatted fragment


Member Data Documentation

String org.objectweb.cjdbc.common.xml.XmlComponent.DOCTYPE_DB [package]
 

Initial value:

 "<!DOCTYPE C-JDBC PUBLIC \"-//ObjectWeb//DTD C-JDBC "
                         + Constants.VERSION
                         + "//EN\" \"http://c-jdbc.objectweb.org/dtds/c-jdbc-"
                         + Constants.VERSION + ".dtd\">"
Doctype for the virtual database

Definition at line 51 of file XmlComponent.java.

String org.objectweb.cjdbc.common.xml.XmlComponent.XML_VERSION = "<?xml version=\"1.0\" encoding=\"UTF8\" ?>" [package]
 

Xml Definition

Definition at line 47 of file XmlComponent.java.


The documentation for this interface was generated from the following file:
Generated on Mon Apr 11 22:02:14 2005 for C-JDBC by  doxygen 1.3.9.1