| Package | Description |
|---|---|
| org.apache.aries.blueprint | |
| org.apache.aries.blueprint.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamespaceHandler2
Additional namespace features
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceHandler |
ParserContext.getNamespaceHandler(java.net.URI namespaceUri)
Retrieve the namespace handler for the given uri
|
| Modifier and Type | Field and Description |
|---|---|
private static NamespaceHandler |
Parser.missingNamespace |
| Modifier and Type | Method and Description |
|---|---|
private NamespaceHandler |
Parser.getNamespaceHandler(org.w3c.dom.Node node) |
NamespaceHandler |
ParserContextImpl.getNamespaceHandler(java.net.URI namespaceUri) |
NamespaceHandler |
Parser.getNamespaceHandler(java.net.URI uri) |
NamespaceHandler |
NamespaceHandlerSet.getNamespaceHandler(java.net.URI namespace)
Retrieve the NamespaceHandler to use for the given namespace
|