uuid(2b7b7eee-1082-4b51-8519-e7185be79ff2)
This interface allows access to the current namespace context during [de]serialization
Name | Description |
---|---|
GetPrefixForURI | Given a namespace URI returns the current prefix for it, a prefix is automatically generated if needed |
GetURIForPrefix | Finds the namespace URI associated with a particular prefix. Its unlikely that you'll need to call this, as the de-serialization model has already mapped the prefixes back to URIs |
There is a standard system implementation of this, you shouldn't need to implement it.
Call this interface when handling namespaces. Many of the [de]serialization interfaces work directly with namespace URI's so its unlikely that you'll need to call this directly.
Copyright © Simon Fell, 2000-2004. All rights reserved.