public interface DescriptorNamespace<T>
Modifier and Type | Method and Description |
---|---|
T |
addDefaultNamespaces()
Adds the default namespaces as defined in the specification.
|
T |
addNamespace(String name,
String value)
Adds a new namespace.
|
List<String> |
getNamespaces()
Returns all existing namespaces.
|
T |
removeAllNamespaces()
Removes all existing namespaces.
|
T addDefaultNamespaces()
T
.T addNamespace(String name, String value)
name
- the name of the namespacevalue
- the value of the namespaceT
.List<String> getNamespaces()
T removeAllNamespaces()
T
.Copyright © 2013 JBoss by Red Hat. All rights reserved.