Class Namespaces
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.namespace.Namespaces
-
public final class Namespaces extends Object
Known and supported namespaces.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIBLAYOUT_NAMESPACE
static String
XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.static String
XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NamespaceDefinition[]
createFromConfig(org.pentaho.reporting.libraries.base.config.Configuration config, String prefix, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
-
-
-
Field Detail
-
LIBLAYOUT_NAMESPACE
public static final String LIBLAYOUT_NAMESPACE
- See Also:
- Constant Field Values
-
XML_NAMESPACE
public static final String XML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.- See Also:
- Constant Field Values
-
XHTML_NAMESPACE
public static final String XHTML_NAMESPACE
The XML-Namespace is used for the 'id' attribute.- See Also:
- Constant Field Values
-
-
Method Detail
-
createFromConfig
public static NamespaceDefinition[] createFromConfig(org.pentaho.reporting.libraries.base.config.Configuration config, String prefix, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
-
-