|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GxNamespaceResolver<S>
Namespace-uri to prefix resolver.
Method Summary | |
---|---|
java.lang.String |
getPrefix(S namespaceURI,
java.lang.String prefixHint,
boolean mayUseDefaultMapping)
Given a namespace-uri, get a corresponding prefix. |
Method Detail |
---|
java.lang.String getPrefix(S namespaceURI, java.lang.String prefixHint, boolean mayUseDefaultMapping)
namespaceURI
- The namespace-uri, cannot be null
.prefixHint
- The prefix hint, cannot be null
.mayUseDefaultMapping
- Determines whether the default namespace mapping, if it exists, may be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |