org.pentaho.reporting.libraries.xmlns

Class LibXmlInfo

public class LibXmlInfo extends ProjectInformation

The LibXmlInfo class contains all dependency information and some common information like version, license and contributors about the library itself.

Author: Thomas Morgner

Field Summary
static StringXHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.
static StringXML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.
Method Summary
static ProjectInformationgetInstance()
Returns the singleton instance of the info-class.

Field Detail

XHTML_NAMESPACE

public static final String XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.

XML_NAMESPACE

public static final String XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.

Method Detail

getInstance

public static ProjectInformation getInstance()
Returns the singleton instance of the info-class.

Returns: the singleton info.