|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceDeclarationHolder
Some requests may hold extra namespace declarations.
For example, the SearchRequest
can hold a result-filter, as well a a
match-links-filter attribute. If the filter string uses namespaces, these
have to be declared at some point. This inteface offers methods to do so.
Note: There is no support for default namespaces at this point.
Method Summary | |
---|---|
void |
addNamespaceDeclaration(String prefix,
String uri)
Declare a new namespace on this element. |
Collection<Pair<String,String>> |
getNamespaceDeclarations()
Note: The returned collection is unmodifiable. |
Method Detail |
---|
void addNamespaceDeclaration(String prefix, String uri)
prefix
- uri
-
NullPointerException
- if either prefix or uri is null.Collection<Pair<String,String>> getNamespaceDeclarations()
Collection
of namespaces.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |