|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamespaceHandler
The interface for being notified about namespace use in an RDF/XML document. This has methods copied form SAX for notifying the application of namespaces.
| Method Summary | |
|---|---|
void |
endPrefixMapping(String prefix)
A namespace prefix is going out of scope. |
void |
startPrefixMapping(String prefix,
String uri)
A namespace prefix is being defined.. |
| Method Detail |
|---|
void startPrefixMapping(String prefix,
String uri)
prefix - the name of the prefix (ie the X in xmlns:X=U)uri - the uri string (ie the U)void endPrefixMapping(String prefix)
prefix - the name of the prefix (ie the X in xmlns:X=U)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||