|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface NamespaceContextUseful interface which can be used to obtain mappings from prefix to namespace and from namespace to prefix in the context of the current element.
| Method Summary | |
|---|---|
java.lang.String |
getNamespaceForPrefix(java.lang.String prefix)
Get the namespace corresponding to a prefix in the current element context. |
java.lang.String |
getPrefixForNamespace(java.lang.String namespace)
Get the prefix which is bound to a specified namespace in the current element context. |
| Method Detail |
|---|
java.lang.String getNamespaceForPrefix(java.lang.String prefix)
prefix - The prefix.
null if no mapping was found.java.lang.String getPrefixForNamespace(java.lang.String namespace)
namespace - The namespace.
null if no mapping was found.
|
Oxygen XML Editor 14.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||