public class ExtensionManifest
extends java.lang.Object
ExtensionPoint
type set of expected
extensions with it, as described by a map of namespace URI/local name
pairs to ExtensionDescription
instances. ExtensionManifest
instances are created by the ExtensionProfile
declaration
APIs and used during parsing by ExtensionPoint
instances to
to find the description of extension elements found in the parse stream.Modifier and Type | Method and Description |
---|---|
java.util.Map<Pair<java.lang.String,java.lang.String>,ExtensionDescription> |
getSupportedExtensions()
Returns the Map from namespace/localname String pairs to supporting
Extension class and manifest information.
|
public java.util.Map<Pair<java.lang.String,java.lang.String>,ExtensionDescription> getSupportedExtensions()