public interface DocumentContext
Modifier and Type | Method and Description |
---|---|
org.pentaho.reporting.libraries.resourceloader.ResourceKey |
getContextKey()
Returns the context key provides the base-key for resolving relative URLs.
|
NamespaceCollection |
getNamespaces()
Returns information about the known namespaces.
|
LayoutOutputMetaData |
getOutputMetaData() |
org.pentaho.reporting.libraries.resourceloader.ResourceManager |
getResourceManager()
Returns the resource manager that is used to load externally referenced resources.
|
StyleKeyRegistry |
getStyleKeyRegistry()
Returns the style-key registry that holds all known stylekeys that might be encountered during the parsing.
|
StyleReference[] |
getStyleReferences() |
Class[] |
getSupportedResourceTypes()
Returns the list of supported resource types that can be loaded as external resources.
|
LayoutOutputMetaData getOutputMetaData()
StyleReference[] getStyleReferences()
org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
getSupportedResourceTypes()
method.getSupportedResourceTypes()
org.pentaho.reporting.libraries.resourceloader.ResourceKey getContextKey()
ResourceManager.deriveKey(ResourceKey, String)
StyleKeyRegistry getStyleKeyRegistry()
Class[] getSupportedResourceTypes()
ResourceManager.create(ResourceKey, ResourceKey, Class[])
NamespaceCollection getNamespaces()
NamespaceDefinition
,
NamespaceCollection.getDefinition(String)