org.jfree.layouting.namespace

Class Namespaces

public final class Namespaces extends Object

Known and supported namespaces.

Author: Thomas Morgner

Field Summary
static StringLIBLAYOUT_NAMESPACE
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 NamespaceDefinition[]createFromConfig(Configuration config, String prefix, ResourceManager resourceManager)

Field Detail

LIBLAYOUT_NAMESPACE

public static final String LIBLAYOUT_NAMESPACE

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

createFromConfig

public static NamespaceDefinition[] createFromConfig(Configuration config, String prefix, ResourceManager resourceManager)